diff --git a/Tests/test_file_libtiff.py b/Tests/test_file_libtiff.py index fd68c0be7..658bef96d 100644 --- a/Tests/test_file_libtiff.py +++ b/Tests/test_file_libtiff.py @@ -705,4 +705,5 @@ class TestFileLibTiff(LibTiffTestCase): infile = "Tests/images/old-style-jpeg-compression.tif" im = Image.open(infile) - self.assert_image_equal_tofile(im, "Tests/images/old-style-jpeg-compression.png") + self.assert_image_equal_tofile(im, + "Tests/images/old-style-jpeg-compression.png")