Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s2terminal committed Dec 3, 2024
1 parent 30b87b7 commit 1a93397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/core/workflow/nodes/iteration/iteration_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def _run(self) -> Generator[NodeEvent | InNodeEvent, None, None]:
NodeRunMetadataKey.ITERATION_DURATION_MAP: iter_run_map,
NodeRunMetadataKey.TOTAL_TOKENS: graph_engine.graph_runtime_state.total_tokens,
},

)
)
except IterationNodeError as e:
Expand Down

0 comments on commit 1a93397

Please sign in to comment.