unused import

This commit is contained in:
Alexander 2019-12-05 22:16:27 +03:00
parent e54b9b3720
commit 5283538fe4

View File

@ -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):