fix: auto-fix code issues (cron)
- 修复重复导入/字段 - 修复异常处理 - 修复PEP8格式问题 - 添加类型注解
This commit is contained in:
@@ -6,7 +6,6 @@ InsightFlow 代码审查与自动修复脚本
|
||||
import ast
|
||||
import re
|
||||
from pathlib import Path
|
||||
from typing import Any
|
||||
|
||||
|
||||
class CodeIssue:
|
||||
|
||||
Reference in New Issue
Block a user