From ea5dfe41d53873113e774a9ca8930eedb00924cd Mon Sep 17 00:00:00 2001 From: -LAN- Date: Wed, 10 Sep 2025 01:36:11 +0800 Subject: [PATCH] chore: ignore comment Signed-off-by: -LAN- --- api/core/workflow/nodes/iteration/iteration_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/workflow/nodes/iteration/iteration_node.py b/api/core/workflow/nodes/iteration/iteration_node.py index 56b0421454..e092536d0a 100644 --- a/api/core/workflow/nodes/iteration/iteration_node.py +++ b/api/core/workflow/nodes/iteration/iteration_node.py @@ -96,7 +96,7 @@ class IterationNode(Node): def version(cls) -> str: return "1" - def _run(self) -> Generator[GraphNodeEventBase | NodeEventBase, None, None]: # pyright: ignore[reportIncompatibleMethodOverride] + def _run(self) -> Generator[GraphNodeEventBase | NodeEventBase, None, None]: # type: ignore variable = self._get_iterator_variable() if self._is_empty_iteration(variable):