fix: coding style

This commit is contained in:
Yeuoly 2025-10-30 16:10:54 +08:00
parent 6260a1a28c
commit dd089b1b21
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
- Prefer simple functions over classes for lightweight helpers.
- Keep files below 800 lines; split when necessary.
- Keep code readable—no clever hacks.
- Never use type annotations.
- Never use `print`; log with `logger = logging.getLogger(__name__)`.
## Guiding Principles