refactor: 简化代码库 - 删除 26% 代码并清理文档 #226
ci_tests.yml
on: pull_request
Annotations
4 errors
|
Code Quality Check
Process completed with exit code 1.
|
|
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`
|
|
Test Summary
Process completed with exit code 1.
|