Skip to content

Commit

Permalink
Removed unused image open
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 31, 2024
1 parent aa0f412 commit beda2b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/test_file_ico.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ def test_truncated_mask() -> None:

try:
with Image.open(io.BytesIO(data)) as im:
with Image.open("Tests/images/hopper_mask.png") as expected:
assert im.mode == "1"
assert im.mode == "1"

# 32 bpp
output = io.BytesIO()
Expand Down

0 comments on commit beda2b6

Please sign in to comment.