diff --git a/Tests/check_tiff_crashes.py b/Tests/check_tiff_crashes.py index 95c81b1bf09..f4eb0437514 100644 --- a/Tests/check_tiff_crashes.py +++ b/Tests/check_tiff_crashes.py @@ -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: