Skip to content

Commit 454d889

Browse files
SummerOneTwoclaude
andcommitted
fix: 移除 complexity.py 中未使用的 Literal 导入
修复 CI lint 检查失败的问题。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4d7352 commit 454d889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/autocode_mcp/tools/complexity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
import re
8-
from typing import Literal
98

109
from .base import Tool, ToolResult
1110

0 commit comments

Comments
 (0)