mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user