summaryrefslogtreecommitdiffstats
path: root/core/TESTS/test_urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-12-15 18:54:47 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-12-15 18:54:47 +0000
commit30760654b7a3d7a394028fdf357d6f257def1fd5 (patch)
tree0dc128d9896b1f113e2b11c8936ff88531c9b762 /core/TESTS/test_urls.py
parenteb74940ca81a6e900dec2b7c8df00245c6bb9a71 (diff)
downloadtroggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.gz
troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.bz2
troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.zip
import order fixed by ruff
Diffstat (limited to 'core/TESTS/test_urls.py')
-rw-r--r--core/TESTS/test_urls.py3
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):