Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 15, 2024
1 parent 4cac6a3 commit 4436b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx_arangodb/classes/multigraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(
#######################

def _set_factory_methods(self) -> None:
super()._set_factory_methods(self)
super()._set_factory_methods()
self.edge_key_dict_factory = edge_key_dict_factory(
self.db,
self.adb_graph,
Expand Down

0 comments on commit 4436b50

Please sign in to comment.