From 26a212126f03eef8d8750911c452362df9fe1965 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:57:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_image_fromqimage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_image_fromqimage.py b/Tests/test_image_fromqimage.py index e214e58f9..7bd94cde7 100644 --- a/Tests/test_image_fromqimage.py +++ b/Tests/test_image_fromqimage.py @@ -24,6 +24,7 @@ def setup_module() -> None: ims.append(Image.open("Tests/images/transparent.png")) ims.append(Image.open("Tests/images/7x13.png")) + def teardown_module() -> None: for im in ims: im.close()