Skip to content

Commit

Permalink
Merge pull request #25 from Schefflera-Arboricola/patch-1
Browse files Browse the repository at this point in the history
replaced __networkx_plugin__ with __networkx_backend__
  • Loading branch information
MridulS authored Dec 20, 2023
2 parents 362044c + eb4ec40 commit 112f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx_parallel/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class ParallelGraph:
__networkx_plugin__ = "parallel"
__networkx_backend__ = "parallel"

def __init__(self, graph_object):
self.graph_object = graph_object
Expand Down

0 comments on commit 112f6dc

Please sign in to comment.