mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 18:24:57 +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
|
import pytest
|
||||||
|
from PIL import Image, ImageSequence, PngImagePlugin
|
||||||
|
|
||||||
from .helper import PillowTestCase
|
from .helper import PillowTestCase
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ from .helper import (
|
||||||
PillowTestCase,
|
PillowTestCase,
|
||||||
assert_image,
|
assert_image,
|
||||||
assert_image_equal,
|
assert_image_equal,
|
||||||
assert_image_similar,
|
|
||||||
hopper,
|
hopper,
|
||||||
is_big_endian,
|
is_big_endian,
|
||||||
is_win32,
|
is_win32,
|
||||||
|
@ -18,7 +17,6 @@ from .helper import (
|
||||||
skip_unless_feature,
|
skip_unless_feature,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# sample png stream
|
# sample png stream
|
||||||
|
|
||||||
TEST_PNG_FILE = "Tests/images/hopper.png"
|
TEST_PNG_FILE = "Tests/images/hopper.png"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user