Skip to content

Commit

Permalink
Format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2020
1 parent c00fdc7 commit 2092801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/check_tiff_crashes.py
Expand Up @@ -16,8 +16,9 @@

from PIL import Image

repro_read_strip = ('images/crash_1.tif',
'images/crash_2.tif',
repro_read_strip = (
"images/crash_1.tif",
"images/crash_2.tif",
)

for path in repro_read_strip:
Expand Down

0 comments on commit 2092801

Please sign in to comment.