mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 04:34:47 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9689d6c735
commit
a4a9da68da
|
@ -79,9 +79,9 @@ def test_commandviewer():
|
|||
viewer = ImageShow.CommandViewer()
|
||||
im = hopper()
|
||||
with pytest.raises(TypeError):
|
||||
viewer.get_command(viewer.save_image(im))
|
||||
viewer.get_command(viewer.save_image(im))
|
||||
with pytest.raises(TypeError):
|
||||
viewer.get_command(viewer.save_image(im), command=5)
|
||||
viewer.get_command(viewer.save_image(im), command=5)
|
||||
viewer.get_command(viewer.save_image(im), command=basecmd)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user