mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 05:33:10 +03:00
unused import
This commit is contained in:
parent
e54b9b3720
commit
5283538fe4
|
@ -1,6 +1,6 @@
|
||||||
from PIL import Image, ImageMode, ImageMath
|
from PIL import Image, ImageMath, ImageMode
|
||||||
|
|
||||||
from .helper import PillowTestCase, hopper, convert_to_comparable
|
from .helper import PillowTestCase, convert_to_comparable
|
||||||
|
|
||||||
|
|
||||||
class TestImageReduce(PillowTestCase):
|
class TestImageReduce(PillowTestCase):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user