diff --git a/tests/test_templatetags.py b/tests/test_templatetags.py index eaa0363bd..072796628 100644 --- a/tests/test_templatetags.py +++ b/tests/test_templatetags.py @@ -1,6 +1,6 @@ import unittest -import django +import django from django.template import Context, Template from django.test import TestCase, override_settings from django.utils.html import urlize