Remove unused imports

This commit is contained in:
Alexander 2018-04-01 19:52:39 +03:00
parent 912980c52f
commit 4231038132
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,5 @@
from __future__ import division
import os
from tempfile import NamedTemporaryFile
from PIL import Image, ImageFilter
from helper import unittest, PillowTestCase

View File

@ -16,9 +16,6 @@
#
import functools
from itertools import chain
from ._util import isPath
class Filter(object):