Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2024
1 parent 23fd509 commit 8cf0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_png.py
Expand Up @@ -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))
Expand Down

0 comments on commit 8cf0f61

Please sign in to comment.