Skip to content

Commit 4436b50

Browse files
committed
fix: typo
1 parent 4cac6a3 commit 4436b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx_arangodb/classes/multigraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def __init__(
237237
#######################
238238

239239
def _set_factory_methods(self) -> None:
240-
super()._set_factory_methods(self)
240+
super()._set_factory_methods()
241241
self.edge_key_dict_factory = edge_key_dict_factory(
242242
self.db,
243243
self.adb_graph,

0 commit comments

Comments
 (0)