mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Lint fixes
This commit is contained in:
parent
9b72f0513c
commit
41a29339ff
|
@ -1,6 +1,5 @@
|
|||
from PIL import Image, ImageSequence, PngImagePlugin
|
||||
|
||||
import pytest
|
||||
from PIL import Image, ImageSequence, PngImagePlugin
|
||||
|
||||
from .helper import PillowTestCase
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user