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

@@ -62,8 +62,8 @@ if TYPE_CHECKING:
import aiosqlite
from app.models.geo import GeoCacheLookup, GeoEnricher, GeoInfo
from app.services.geo_cache import GeoCache
from app.repositories.protocols import HistoryArchiveRepository
from app.services.geo_cache import GeoCache
log: structlog.stdlib.BoundLogger = structlog.get_logger()