From 2092801e71f008fa3d50cec7afc3ab50a11a14dc Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 26 Mar 2020 21:46:30 +0200 Subject: [PATCH] Format with Black --- Tests/check_tiff_crashes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: