mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 23:47:04 +00:00
import order fixed by ruff
This commit is contained in:
@@ -22,14 +22,14 @@ import subprocess
|
||||
import unittest
|
||||
from http import HTTPStatus
|
||||
|
||||
from django.test import Client, SimpleTestCase, TestCase
|
||||
from django.contrib.auth.models import User
|
||||
from django.test import Client, SimpleTestCase, TestCase
|
||||
|
||||
from troggle.core.models.logbooks import LogbookEntry
|
||||
from troggle.core.models.troggle import Expedition, DataIssue, Person, PersonExpedition
|
||||
from troggle.core.utils import current_expo
|
||||
import troggle.parsers.logbooks as lbp
|
||||
|
||||
from troggle.core.models.logbooks import LogbookEntry
|
||||
from troggle.core.models.troggle import DataIssue, Expedition, Person, PersonExpedition
|
||||
from troggle.core.utils import current_expo
|
||||
|
||||
current_year = current_expo()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user