diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-05 13:26:56 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-05 13:26:56 -0800 |
| commit | 55d19d370f335e3f19a65c955b5efcffbf093791 (patch) | |
| tree | 20afaade990aae4de08983240fdab7f16698c1a7 /tests/utils_tests/test_safestring.py | |
| parent | 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad (diff) | |
Removed import which is now unused
Diffstat (limited to 'tests/utils_tests/test_safestring.py')
| -rw-r--r-- | tests/utils_tests/test_safestring.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils_tests/test_safestring.py b/tests/utils_tests/test_safestring.py index 1eaf732e87..65242e46fb 100644 --- a/tests/utils_tests/test_safestring.py +++ b/tests/utils_tests/test_safestring.py @@ -6,7 +6,6 @@ from django.utils.encoding import force_text, force_bytes from django.utils.functional import lazy from django.utils.safestring import mark_safe, mark_for_escaping, SafeData, EscapeData from django.utils import six -from django.utils import translation lazystr = lazy(force_text, six.text_type) lazybytes = lazy(force_bytes, bytes) |
