From 0d86da54bcec702cf38db2c7031a218598aa5858 Mon Sep 17 00:00:00 2001 From: Yay295 Date: Wed, 27 Mar 2024 14:02:02 -0500 Subject: [PATCH] add typing to "ims" in test_image_fromqimage.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondrej Baranovič --- Tests/test_image_fromqimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_image_fromqimage.py b/Tests/test_image_fromqimage.py index 7bd94cde751..1149e29649e 100644 --- a/Tests/test_image_fromqimage.py +++ b/Tests/test_image_fromqimage.py @@ -16,7 +16,7 @@ not ImageQt.qt_is_installed, reason="Qt bindings are not installed" ) -ims = [] +ims: list[Image.Image] = [] def setup_module() -> None: