mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user