docs: fixed basegraph docstring

This commit is contained in:
Marco Perini 2024-05-02 01:05:20 +02:00
parent c11fc28896
commit 29427c2334

View File

@ -80,8 +80,7 @@ class BaseGraph:
initial_state (dict): The initial state to pass to the entry point node.
Returns:
Tuple[dict, list]: A tuple containing the final state of the execution and a list
of execution information for each node.
Tuple[dict, list]: A tuple containing the final state and a list of execution info.
"""
current_node_name = self.nodes[0]