From e0e0d7d2418b3b1c40c1bf6cd45fb310ebb8f960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 20 Jun 2018 14:56:39 +0200 Subject: [PATCH] tests: fix hopefully last missing import for test_asset_template_tags (#24453) --- tests/test_public_templatetags.py | 1 + 1 file changed, 1 insertion(+) 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