51969d0b4a
The AI helper extraction left a stale private helper import in the scan terminal service. Removing it keeps CI aligned with the current call graph without changing runtime behavior. Constraint: CI runs ruff F401 as a blocking check. Confidence: high Scope-risk: narrow Reversibility: clean Tested: .\.codex-tmp\pydeps\bin\ruff.exe check . Not-tested: Full backend test suite; change is import-only.