refactor: 简化代码库 - 删除 26% 代码并清理文档 #96
Annotations
3 errors
|
PR Validation
Process completed with exit code 123.
|
|
ruff (F401):
tests/unit/test_simple_theme.py#L6
tests/unit/test_simple_theme.py:6:21: F401 `pathlib.Path` imported but unused
help: Remove unused import: `pathlib.Path`
|
|
ruff (F401):
src/infrastructure/config_manager.py#L14
src/infrastructure/config_manager.py:14:27: F401 `.config_types.ConfigDict` imported but unused
help: Remove unused import: `.config_types.ConfigDict`
|