Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 20, 2020
1 parent d800336 commit c2dcd37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/test_file_png.py
Expand Up @@ -17,7 +17,6 @@
skip_unless_feature,
)


# sample png stream

TEST_PNG_FILE = "Tests/images/hopper.png"
Expand Down Expand Up @@ -620,7 +619,7 @@ def test_exif_argument(self):
with Image.open(test_file) as reloaded:
self.assertEqual(reloaded.info["exif"], b"Exif\x00\x00exifstring")


@unittest.skipIf(is_win32(), "requires Unix or macOS")
@skip_unless_feature("zlib")
class TestTruncatedPngPLeaks(PillowLeakTestCase):
Expand Down

0 comments on commit c2dcd37

Please sign in to comment.