mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Removed blank line
This commit is contained in:
parent
70cb908ddb
commit
ddede39932
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user