mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 14:57:13 +00:00
import order fixed by ruff
This commit is contained in:
@@ -5,15 +5,14 @@ Modified for Expo April 2021.
|
||||
import re
|
||||
from http import HTTPStatus
|
||||
|
||||
from django.test import Client, TestCase
|
||||
from django.contrib.auth.models import User
|
||||
from django.test import Client, TestCase
|
||||
|
||||
import settings
|
||||
|
||||
from troggle.core.models.caves import Cave
|
||||
from troggle.core.models.troggle import Person, PersonExpedition, Expedition
|
||||
from troggle.core.models.troggle import Expedition, Person, PersonExpedition
|
||||
from troggle.core.utils import current_expo
|
||||
|
||||
|
||||
current_year = current_expo()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user