Skip to content

Commit 766fb95

Browse files
committed
fix: lint
1 parent c14c1fb commit 766fb95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx_arangodb/classes/digraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def add_nodes_from_override(self, nodes_for_adding, **attr):
300300
# Reason:
301301
# We can optimize the process of adding a node by creating avoiding
302302
# the creation of a new dictionary and updating it with the attributes.
303-
# Instead, we can create a new node_attr_dict object and set the attributes
303+
# Instead, we create a new node_attr_dict object and set the attributes
304304
# directly. This only makes 1 network call to the database instead of 2.
305305

306306
###########################

nx_arangodb/classes/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def add_nodes_from_override(self, nodes_for_adding, **attr):
746746
# Reason:
747747
# We can optimize the process of adding a node by creating avoiding
748748
# the creation of a new dictionary and updating it with the attributes.
749-
# Instead, we can create a new node_attr_dict object and set the attributes
749+
# Instead, we create a new node_attr_dict object and set the attributes
750750
# directly. This only makes 1 network call to the database instead of 2.
751751

752752
###########################

0 commit comments

Comments
 (0)