From 4deb7a06fd10c60badd7fb12c25e58c0083ee3d9 Mon Sep 17 00:00:00 2001 From: paddywwoof Date: Sun, 4 Aug 2019 21:00:34 +0100 Subject: [PATCH] Lint requires two spaces before hash not one! --- Tests/test_file_jpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_jpeg.py b/Tests/test_file_jpeg.py index 7594cb491..a6309daf1 100644 --- a/Tests/test_file_jpeg.py +++ b/Tests/test_file_jpeg.py @@ -637,7 +637,7 @@ class TestFileJpeg(PillowTestCase): # This image has some corrupt exif offsets that unpack to values greater # than ssize_t on 32 bit systems im = Image.open("Tests/images/corrupt_exif.jpg") - assert im is not None # if previous line fails then im will be undefined + assert im is not None # if previous line fails then im will be undefined def test_photoshop(self): im = Image.open("Tests/images/photoshop-200dpi.jpg")