mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 23:46:37 +00:00
fix(lint): ruff --fix import ordering in new test files
CI lint job flagged I001 (un-sorted imports) in: - tests/test_gps_input_encoding.py (top-level) - tests/test_vo.py (2 inline imports in new mono_depth tests) Applied ruff --fix: stdlib / third-party / first-party blocks with correct blank-line separators. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,6 @@ from gps_denied.core.mavlink import _confidence_to_fix_type, _eskf_to_gps_input
|
||||
from gps_denied.schemas import GPSPoint
|
||||
from gps_denied.schemas.eskf import ConfidenceTier, ESKFState
|
||||
|
||||
|
||||
_ORIGIN = GPSPoint(lat=49.0, lon=32.0)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user