Fix whitespace error

This commit is contained in:
Carlton Gibson
2015-03-09 10:57:16 +01:00
parent 4c3ae4cdfc
commit cc6c83ae5d

View File

@@ -10,7 +10,7 @@ try:
return caches[name]
except ImportError:
from django.core.cache import get_cache
from django.core.files.base import ContentFile
from django.utils.encoding import force_text, smart_bytes
from django.utils.functional import SimpleLazyObject