Skip to content
Snippets Groups Projects
Commit 7175f248 authored by Jacob Wahlman's avatar Jacob Wahlman :ok_hand:
Browse files

Fixed invalid abstract method override

parent aacf7a83
No related branches found
No related tags found
3 merge requests!67WIP: B-ASIC version 1.0.0 hotfix,!65B-ASIC version 1.0.0,!15Add changes from sprint 1 and 2 to master
Pipeline #9728 passed
...@@ -39,7 +39,7 @@ class BasicOperation(Operation): ...@@ -39,7 +39,7 @@ class BasicOperation(Operation):
""" """
pass pass
def id(self) -> OperationId: def identifier(self) -> OperationId:
return self._identifier return self._identifier
def inputs(self) -> List[InputPort]: def inputs(self) -> List[InputPort]:
......
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