fix: ruff lint — sort imports, remove unused GateThresholdResult import

This commit is contained in:
Celes Renata
2026-05-01 03:08:21 +00:00
parent 7fcc8a6c07
commit 32d290bea7
2 changed files with 18 additions and 21 deletions
-2
View File
@@ -176,7 +176,6 @@ from services.validation.metrics import (
compute_information_coefficient,
)
# ---------------------------------------------------------------------------
# Property 1: Calibration Error Range and Round-Trip
# Validates: Requirements 5.1, 5.3, 17.1
@@ -492,7 +491,6 @@ def test_source_reliability_convergence(observed_win_rate: float) -> None:
# ---------------------------------------------------------------------------
from services.trading.model_quality_gate import (
GateThresholdResult,
QualityGateConfig,
_evaluate_thresholds,
)