mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-12 01:10:58 +00:00
Remove unused import
This commit is contained in:
parent
63ad9e4421
commit
4c4727fa9f
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ from ..lib import StringIO
|
|||
from ..processors import ProcessorPipeline
|
||||
from ..signals import (before_access, source_created, source_changed,
|
||||
source_deleted)
|
||||
from ..utils import (open_image, extension_to_format, img_to_fobj,
|
||||
suggest_extension)
|
||||
from ..utils import open_image, extension_to_format, img_to_fobj
|
||||
|
||||
|
||||
class SpecRegistry(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue