mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 10:17:06 +00:00
import order fixed by ruff
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user