remove unused variable

This commit is contained in:
Yay295 2022-08-24 19:13:50 -05:00 committed by GitHub
parent 972961c9fe
commit 2fd3cb55d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ def test_sanity(filter_to_apply, mode):
def test_sanity_error(mode):
with pytest.raises(TypeError):
im = hopper(mode)
out = im.filter("hello")
im.filter("hello")
# crashes on small images