diff --git a/src/crewai/flow/utils.py b/src/crewai/flow/utils.py index c5a2a3f90b..fbdf5a8c65 100644 --- a/src/crewai/flow/utils.py +++ b/src/crewai/flow/utils.py @@ -98,7 +98,6 @@ def calculate_node_levels(flow: Any) -> Dict[str, int]: """ Calculate the hierarchical level of each node in the flow. - Performs a breadth-first traversal of the flow graph to assign levels to nodes, starting with start methods at level 0.