Skip to content

Commit ddede39

Browse files
committed
Removed blank line
1 parent 70cb908 commit ddede39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/test_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def test_width_height(self):
129129
im.size = (3, 4)
130130

131131
def test_invalid_image(self):
132-
133132
im = io.BytesIO(b"")
134133
with pytest.raises(UnidentifiedImageError):
135134
with Image.open(im):

0 commit comments

Comments
 (0)