diff --git a/tests/test_public_templatetags.py b/tests/test_public_templatetags.py index e65cee85..1c3d5720 100644 --- a/tests/test_public_templatetags.py +++ b/tests/test_public_templatetags.py @@ -5,6 +5,7 @@ from StringIO import StringIO import pytest from django.core.files import File +from django.core.files.storage import default_storage from django.template import Context, Template from django.test import override_settings from django.test.client import RequestFactory