mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-19 04:31:01 +00:00
Remove unused import
This commit is contained in:
parent
41fa197212
commit
ca324b7f52
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ from ..exceptions import UnknownExtensionError, AlreadyRegistered, NotRegistered
|
|||
from ..files import ImageSpecCacheFile, IKContentFile
|
||||
from ..imagecache.backends import get_default_image_cache_backend
|
||||
from ..imagecache.strategies import StrategyWrapper
|
||||
from ..lib import StringIO
|
||||
from ..processors import ProcessorPipeline
|
||||
from ..signals import (before_access, source_created, source_changed,
|
||||
source_deleted)
|
||||
|
|
|
|||
Loading…
Reference in a new issue