Skip to content
Snippets Groups Projects
Commit 4d4f987b authored by Kevin's avatar Kevin
Browse files

fixed typing

parent 85ac2deb
No related branches found
No related tags found
1 merge request!42Resolve "Operation to SFG Conversion"
Pipeline #14751 passed
......@@ -284,7 +284,7 @@ class SFG(AbstractOperation):
def split(self) -> Iterable[Operation]:
return self.operations
def to_sfg(self) -> SFG:
def to_sfg(self) -> 'SFG':
return self
def inputs_required_for_output(self, output_index: int) -> Iterable[int]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment