Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 26, 2024
1 parent 753b632 commit 69124a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nx_arangodb/classes/digraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def add_nodes_from_override(self, nodes_for_adding, **attr):
self._node[n] = node_attr_dict

else:

self._node[n].update(newdict)

# Reason:
Expand Down
1 change: 0 additions & 1 deletion nx_arangodb/classes/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ def add_nodes_from_override(self, nodes_for_adding, **attr):
self._node[n] = node_attr_dict

else:

self._node[n].update(newdict)

# Reason:
Expand Down

0 comments on commit 69124a4

Please sign in to comment.