diff --git a/tests/utils_tests/test_safestring.py b/tests/utils_tests/test_safestring.py index d7afb38950..be20cea11e 100644 --- a/tests/utils_tests/test_safestring.py +++ b/tests/utils_tests/test_safestring.py @@ -1,7 +1,7 @@ from django.template import Context, Template from django.test import SimpleTestCase from django.utils import html, text -from django.utils.functional import lazystr +from django.utils.functional import lazy, lazystr from django.utils.safestring import SafeData, mark_safe