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
@@ -4,9 +4,9 @@ import numpy as np
import pytest
from gps_denied.testing.metrics import (
trajectory_rmse,
absolute_trajectory_error,
relative_pose_error,
trajectory_rmse,
)