mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-01 10:04:46 +03:00
autotyping: --scalar-return
This commit is contained in:
parent
5f802dd298
commit
20cd1ab54a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user