summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/i18n/test_blocktrans.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 11:03:30 +0100
commit463fe11bc8b2d068e447c5df677e7a31c2af7e03 (patch)
tree653c3bc4d6759e9f589b8695efef89390610ce8e /tests/template_tests/syntax_tests/i18n/test_blocktrans.py
parent52e9c753659ffeab67149fcf26b95c10cf137c40 (diff)
Fixed relative paths imports per isort 4.3.5.
Diffstat (limited to 'tests/template_tests/syntax_tests/i18n/test_blocktrans.py')
-rw-r--r--tests/template_tests/syntax_tests/i18n/test_blocktrans.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/i18n/test_blocktrans.py b/tests/template_tests/syntax_tests/i18n/test_blocktrans.py
index ac8fc16da8..da4f876063 100644
--- a/tests/template_tests/syntax_tests/i18n/test_blocktrans.py
+++ b/tests/template_tests/syntax_tests/i18n/test_blocktrans.py
@@ -7,8 +7,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, here
+from ...utils import setup
class I18nBlockTransTagTests(SimpleTestCase):