mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Removed unused image open
This commit is contained in:
parent
aa0f4127b8
commit
beda2b6e8d
|
@ -253,7 +253,6 @@ def test_truncated_mask() -> None:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with Image.open(io.BytesIO(data)) as im:
|
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
|
# 32 bpp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user