mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Remove unused imports
This commit is contained in:
parent
d3882c34b2
commit
6582794408
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@ from hashlib import md5
|
|||
from imagekit.cachefiles import ImageCacheFile
|
||||
from imagekit.cachefiles.backends import Simple
|
||||
from nose.tools import raises, eq_
|
||||
import random
|
||||
import string
|
||||
from .imagegenerators import TestSpec
|
||||
from .utils import (assert_file_is_truthy, assert_file_is_falsy,
|
||||
DummyAsyncCacheFileBackend, get_unique_image_file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue