Lint fixes

This commit is contained in:
Andrew Murray 2020-02-23 15:14:42 +11:00
parent 9b72f0513c
commit 41a29339ff
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
from PIL import Image, ImageSequence, PngImagePlugin
import pytest
from PIL import Image, ImageSequence, PngImagePlugin
from .helper import PillowTestCase

View File

@ -10,7 +10,6 @@ from .helper import (
PillowTestCase,
assert_image,
assert_image_equal,
assert_image_similar,
hopper,
is_big_endian,
is_win32,
@ -18,7 +17,6 @@ from .helper import (
skip_unless_feature,
)
# sample png stream
TEST_PNG_FILE = "Tests/images/hopper.png"