Skip to content

Commit

Permalink
Update graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Oct 27, 2021
1 parent 39836bd commit c225599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aiida/tools/visualization/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ def edges(self):
"""return a copy of the edges"""
return self._edges.copy()

@staticmethod
def _load_node(node):
def _load_node(self, node):
""" load a node (if not already loaded)
:param node: node or node pk/uuid
Expand Down

0 comments on commit c225599

Please sign in to comment.