Removed blank line

This commit is contained in:
Andrew Murray 2022-10-23 14:24:30 +11:00
parent 70cb908ddb
commit ddede39932

View File

@ -129,7 +129,6 @@ class TestImage:
im.size = (3, 4)
def test_invalid_image(self):
im = io.BytesIO(b"")
with pytest.raises(UnidentifiedImageError):
with Image.open(im):