Skip to content

Commit

Permalink
fix: missing docstring entry
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jul 31, 2022
1 parent ef6f766 commit ca20f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adbnx_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def networkx_to_arangodb(
:type edge_definitions: List[adbnx_adapter.typings.Json]
:param orphan_collections: A list of vertex collections that will be stored as
orphans in the ArangoDB graph. Can be omitted if the graph already exists.
:type orphan_collections: List[str]
:param keyify_nodes: If set to True, will create custom vertex keys based on the
behavior of ADBNX_Controller._keyify_networkx_node(). Otherwise, ArangoDB
_key values for vertices will range from 1 to N, where N is the number of
Expand Down

0 comments on commit ca20f7e

Please sign in to comment.