style(e2e): ruff auto-fix imports and remove unused imports in e2e suite

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yuzviak
2026-04-16 22:02:29 +03:00
parent 9173e8d386
commit 1b069e2bb3
11 changed files with 4 additions and 13 deletions
-1
View File
@@ -18,7 +18,6 @@ from gps_denied.testing.datasets.base import (
PlatformClass,
)
EARTH_R = 6_378_137.0
FIXED_ORIGIN_LAT = 49.0
FIXED_ORIGIN_LON = 32.0
-1
View File
@@ -31,7 +31,6 @@ from gps_denied.core.vo import SequentialVisualOdometry
from gps_denied.schemas.graph import FactorGraphConfig
from gps_denied.testing.datasets.base import DatasetAdapter, PlatformClass
EARTH_R = 6_378_137.0