mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
remove unused variable
This commit is contained in:
parent
972961c9fe
commit
2fd3cb55d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user