mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Remove unused import
This commit is contained in:
parent
7ed404f096
commit
5ecb491e65
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from hashlib import md5
|
|||
import os
|
||||
import pickle
|
||||
from .signals import before_access
|
||||
from .utils import (suggest_extension, format_to_mimetype, format_to_extension,
|
||||
from .utils import (format_to_mimetype, format_to_extension,
|
||||
extension_to_mimetype, get_logger, get_singleton)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue