undid some silliness

This commit is contained in:
weckyy702
2021-04-03 23:34:41 +02:00
parent f66c5d4321
commit 965bd61140

View File

@@ -25,10 +25,6 @@ class Iinstruction(metaclass=ABCMeta):
def getblkwidth(self) -> float: def getblkwidth(self) -> float:
pass pass
# @abstractmethod
# def add_child_instruction(self, instruction):
# pass
@abstractmethod @abstractmethod
def __str__(self) -> str: def __str__(self) -> str:
pass pass