Skip to content
Snippets Groups Projects
Commit 6f32eaab authored by Ivar Härnqvist's avatar Ivar Härnqvist
Browse files

fix punctuation error in comment

parent 547ff079
No related branches found
No related tags found
1 merge request!12Misc. fixes
...@@ -88,7 +88,7 @@ class Operation(GraphComponent): ...@@ -88,7 +88,7 @@ class Operation(GraphComponent):
@abstractmethod @abstractmethod
def neighbors(self) -> "List[Operation]": def neighbors(self) -> "List[Operation]":
"""Return all operations that are connected by signals to this operation. """Return all operations that are connected by signals to this operation.
If no neighbors are found this returns an empty list If no neighbors are found, this returns an empty list.
""" """
raise NotImplementedError raise NotImplementedError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment