fix(api): 修復 Repository 層 lint 錯誤

- 移除未使用的 imports
- 修正 import 排序

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-25 22:25:52 +08:00
parent 663b80ab29
commit 4b3d98cd0b
3 changed files with 6 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ Phase 16 R3: Repository 層 Protocol 介面
建立者: Claude Code (Phase 16 架構重構)
"""
from datetime import datetime
from typing import Protocol, runtime_checkable
from uuid import UUID