Skip to content

Commit 2fd3cb5

Browse files
authored
remove unused variable
1 parent 972961c commit 2fd3cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_image_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_sanity(filter_to_apply, mode):
4141
def test_sanity_error(mode):
4242
with pytest.raises(TypeError):
4343
im = hopper(mode)
44-
out = im.filter("hello")
44+
im.filter("hello")
4545

4646

4747
# crashes on small images

0 commit comments

Comments
 (0)