tests: fix hopefully last missing import for test_asset_template_tags (#24453)

This commit is contained in:
Frédéric Péters 2018-06-20 14:56:39 +02:00
parent 509c5f6f90
commit e0e0d7d241
1 changed files with 1 additions and 0 deletions

View File

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