diff --git a/Tests/test_image_fromqimage.py b/Tests/test_image_fromqimage.py index 7bd94cde7..1149e2964 100644 --- a/Tests/test_image_fromqimage.py +++ b/Tests/test_image_fromqimage.py @@ -16,7 +16,7 @@ pytestmark = pytest.mark.skipif( not ImageQt.qt_is_installed, reason="Qt bindings are not installed" ) -ims = [] +ims: list[Image.Image] = [] def setup_module() -> None: