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 -1
View File
@@ -2,8 +2,8 @@
import numpy as np
from gps_denied.testing.datasets.synthetic import SyntheticAdapter
from gps_denied.testing.datasets.base import PlatformClass
from gps_denied.testing.datasets.synthetic import SyntheticAdapter
def test_synthetic_has_raw_imu():