mirror of https://github.com/langgenius/dify.git
fix: coding style
This commit is contained in:
parent
6260a1a28c
commit
dd089b1b21
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue