Fix import formatting and sorting

Ruff formatting fixes for import organization.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-25 18:54:57 +02:00
parent 1a3401f418
commit 4b8af1d43a
6 changed files with 4 additions and 14 deletions

View File

@@ -39,10 +39,10 @@ if TYPE_CHECKING:
RegexTestResponse,
)
from app.models.geo import GeoEnricher, GeoInfo
from app.services.geo_cache import GeoCache
from app.models.history import HistoryListResponse, IpDetailResponse
from app.models.jail import JailDetailResponse, JailListResponse
from app.models.server import ServerSettingsResponse, ServerSettingsUpdate, ServerStatus
from app.services.geo_cache import GeoCache
class AuthService(Protocol):