Update src/crewai/flow/utils.py

This commit is contained in:
Saurabh Misra
2025-02-14 17:33:24 -08:00
committed by GitHub
parent f64c73aa3a
commit 7bcb84a568

View File

@@ -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.