dify/api/core/workflow/nodes/code
-LAN- 5f7f851b17
fix: Refines None checks in result transformation
Simplifies the code by replacing type checks for None with
direct comparisons, improving readability and consistency in
handling None values during output validation.

Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-28 15:40:14 +08:00
..
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
code_node.py fix: Refines None checks in result transformation 2025-04-28 15:40:14 +08:00
entities.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
exc.py refactor(workflow): introduce specific exceptions for code validation (#10218) 2024-11-04 15:22:41 +08:00