fix(api): 修復 MCP providers lint 錯誤

- interfaces.py: 修正 import 排序
- signoz_provider.py: 移除未使用變數

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-25 14:44:03 +08:00
parent 643946e60c
commit cdbd6f0fa6
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ from typing import Any
from src.utils.timezone import now_taipei
# =============================================================================
# Data Classes (DTO)
# =============================================================================