refactor: remove unused imports and streamline code in calculations and navigation services
Some checks failed
CI / test (push) Has been skipped
CI / build (push) Has been skipped
CI / lint (push) Failing after 14s
CI / deploy (push) Has been skipped

This commit is contained in:
2025-11-14 12:28:48 +01:00
parent bcd993d57c
commit 31b9a1058a
4 changed files with 6 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
from __future__ import annotations
from typing import List, Optional
from typing import List
from pydantic import BaseModel, Field, PositiveFloat, ValidationError, field_validator