Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Schefflera-Arboricola committed Jan 4, 2024
1 parent b5891ab commit 752fdce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nx_parallel/algorithms/shortest_paths/weighted.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def all_pairs_bellman_ford_path(G, weight="weight"):
>>> parallel_path_ = dict(nx.all_pairs_bellman_ford_path(nxp.ParallelGraph(G)))
>>> parallel_path_[0][2]
[0, 1, 2]
"""

def _calculate_shortest_paths_subset(source):
Expand Down

0 comments on commit 752fdce

Please sign in to comment.