From 8cf0f61b9ddd6f2a6f5783cd4efb2714566817f8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:34:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_file_png.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_png.py b/Tests/test_file_png.py index 3b4ffff3ef0..28543c43384 100644 --- a/Tests/test_file_png.py +++ b/Tests/test_file_png.py @@ -786,7 +786,7 @@ class TestTruncatedPngPLeaks(PillowLeakTestCase): iterations = 100 # Leak is 56k/iteration, this will leak 5.6megs def test_leak_load(self): - files = ['Tests/images/hopper.png', 'Tests/images/end_trunc_file.png'] + files = ["Tests/images/hopper.png", "Tests/images/end_trunc_file.png"] for file in files: with open(file, "rb") as f: DATA = BytesIO(f.read(16 * 1024))