summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/i18n/test_trans.py
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-25 11:03:30 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-25 20:02:56 +0100
commitb9beb6a52e84e565533f029555eea731d92fe4f3 (patch)
treee4676d14b3a1c44be7b641a5c8ebbeff99a3c571 /tests/template_tests/syntax_tests/i18n/test_trans.py
parent1b8a26efa2e45ac471c969791e8c977e6d633091 (diff)
[1.11.x] Fixed relative paths imports per isort 4.3.5.
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master.
Diffstat (limited to 'tests/template_tests/syntax_tests/i18n/test_trans.py')
-rw-r--r--tests/template_tests/syntax_tests/i18n/test_trans.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/i18n/test_trans.py b/tests/template_tests/syntax_tests/i18n/test_trans.py
index dd38608175..17c4e94f0c 100644
--- a/tests/template_tests/syntax_tests/i18n/test_trans.py
+++ b/tests/template_tests/syntax_tests/i18n/test_trans.py
@@ -8,8 +8,8 @@ from django.utils import translation
from django.utils.safestring import mark_safe
from django.utils.translation import trans_real
-from ...utils import setup
from .base import MultipleLocaleActivationTestCase, extended_locale_paths
+from ...utils import setup
class I18nTransTagTests(SimpleTestCase):