diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-02-01 09:29:46 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-02-01 09:29:46 +0100 |
| commit | 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c (patch) | |
| tree | 56827a74dcd260db777e0307d2999d9531524e4e /tests/template_tests/syntax_tests/test_multiline.py | |
| parent | 9cd313fc2e1282c9e40df62c89825eb7796988b2 (diff) | |
Fixed imports per isort 4.3.0.
Diffstat (limited to 'tests/template_tests/syntax_tests/test_multiline.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_multiline.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_multiline.py b/tests/template_tests/syntax_tests/test_multiline.py index b2371f7fd1..a95e12986a 100644 --- a/tests/template_tests/syntax_tests/test_multiline.py +++ b/tests/template_tests/syntax_tests/test_multiline.py @@ -2,7 +2,6 @@ from django.test import SimpleTestCase from ..utils import setup - multiline_string = """ Hello, boys. |
