diff options
Diffstat (limited to 'core/TESTS/test_urls.py')
-rw-r--r-- | core/TESTS/test_urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/TESTS/test_urls.py b/core/TESTS/test_urls.py index 6cee23e..e7a30cf 100644 --- a/core/TESTS/test_urls.py +++ b/core/TESTS/test_urls.py @@ -91,7 +91,8 @@ import re from http import HTTPStatus from django.test import Client, TestCase -from django.urls import reverse, path +from django.urls import path, reverse + # class SimplePageTest(unittest.TestCase): class URLTests(TestCase): |