diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index c5b762548..f7269d45b 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -26,7 +26,7 @@ def test_register() -> None: ) def test_viewer_show(order) -> None: class TestViewer(ImageShow.Viewer): - def show_image(self, image, **options): + def show_image(self, image, **options) -> bool: self.methodCalled = True return True