Skip to content

Commit

Permalink
Update src/crewai/flow/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
misrasaurabh1 authored Feb 15, 2025
1 parent f64c73a commit 7bcb84a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crewai/flow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7bcb84a

Please sign in to comment.