fix: ruff lint — sort imports, remove unused GateThresholdResult import
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user