Remove unused imports

This commit is contained in:
Jacob Magnusson 2013-05-14 10:44:08 +02:00 committed by Matthew Tretter
parent d3882c34b2
commit 6582794408

View file

@ -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)