Skip to content

Commit

Permalink
add typing to "ims" in test_image_fromqimage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
  • Loading branch information
Yay295 and nulano committed Mar 27, 2024
1 parent 26a2121 commit 0d86da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_image_fromqimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
not ImageQt.qt_is_installed, reason="Qt bindings are not installed"
)

ims = []
ims: list[Image.Image] = []


def setup_module() -> None:
Expand Down

0 comments on commit 0d86da5

Please sign in to comment.