mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9c6b30560e
commit
26a212126f
|
@ -24,6 +24,7 @@ def setup_module() -> None:
|
||||||
ims.append(Image.open("Tests/images/transparent.png"))
|
ims.append(Image.open("Tests/images/transparent.png"))
|
||||||
ims.append(Image.open("Tests/images/7x13.png"))
|
ims.append(Image.open("Tests/images/7x13.png"))
|
||||||
|
|
||||||
|
|
||||||
def teardown_module() -> None:
|
def teardown_module() -> None:
|
||||||
for im in ims:
|
for im in ims:
|
||||||
im.close()
|
im.close()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user