From a4a9da68da1c580a57834e1cc7f9c7146abf4c1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:35:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_imageshow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index 22658780e..3b5e3d9bd 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -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)