Remove unnecessary comment in networkx_impl.py
This commit is contained in:
@@ -174,7 +174,6 @@ class NetworkXStorage(BaseGraphStorage):
|
|||||||
Returns:
|
Returns:
|
||||||
[label1, label2, ...] # Alphabetically sorted label list
|
[label1, label2, ...] # Alphabetically sorted label list
|
||||||
"""
|
"""
|
||||||
# Get all labels from nodes
|
|
||||||
labels = set()
|
labels = set()
|
||||||
for node in self._graph.nodes():
|
for node in self._graph.nodes():
|
||||||
# node_data = dict(self._graph.nodes[node])
|
# node_data = dict(self._graph.nodes[node])
|
||||||
|
Reference in New Issue
Block a user