We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972961c commit 2fd3cb5Copy full SHA for 2fd3cb5
Tests/test_image_filter.py
@@ -41,7 +41,7 @@ def test_sanity(filter_to_apply, mode):
41
def test_sanity_error(mode):
42
with pytest.raises(TypeError):
43
im = hopper(mode)
44
- out = im.filter("hello")
+ im.filter("hello")
45
46
47
# crashes on small images
0 commit comments