diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_ssi.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_ssi.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_ssi.py b/tests/template_tests/syntax_tests/test_ssi.py index b87c1f9c2c..b000dd6583 100644 --- a/tests/template_tests/syntax_tests/test_ssi.py +++ b/tests/template_tests/syntax_tests/test_ssi.py @@ -1,7 +1,9 @@ import os -from django.test import ignore_warnings, SimpleTestCase -from django.utils.deprecation import RemovedInDjango19Warning, RemovedInDjango20Warning +from django.test import SimpleTestCase, ignore_warnings +from django.utils.deprecation import ( + RemovedInDjango19Warning, RemovedInDjango20Warning, +) from ..utils import ROOT, setup |
