fix(api): 修復 7 個 Lint 錯誤 (unused imports + zip strict + dict comprehension)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-27 14:42:47 +08:00
parent 177563f513
commit 138ef0c2db
5 changed files with 4 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ from typing import Any
import structlog
from src.models.approval import ApprovalRequest
from src.models.incident import Incident, IncidentStatus
from src.models.incident import IncidentStatus
from src.services.trust_engine import get_trust_manager
logger = structlog.get_logger(__name__)