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:
@@ -9,14 +9,14 @@ import pathlib
|
||||
import re
|
||||
from http import HTTPStatus
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
from django.test import Client, TestCase
|
||||
|
||||
import troggle.settings as settings
|
||||
from troggle.core.models.wallets import Wallet
|
||||
from troggle.core.models.troggle import Expedition
|
||||
from django.contrib.auth.models import User
|
||||
from troggle.core.models.wallets import Wallet
|
||||
from troggle.core.utils import current_expo
|
||||
|
||||
|
||||
current_year = current_expo()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user