From 965bd611404c54a3a37fc22b612d57545e1ed000 Mon Sep 17 00:00:00 2001 From: weckyy702 Date: Sat, 3 Apr 2021 23:34:41 +0200 Subject: [PATCH] undid some silliness --- draw/Iinstruction.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/draw/Iinstruction.py b/draw/Iinstruction.py index 0d2fd79..2d3874a 100644 --- a/draw/Iinstruction.py +++ b/draw/Iinstruction.py @@ -25,10 +25,6 @@ class Iinstruction(metaclass=ABCMeta): def getblkwidth(self) -> float: pass - # @abstractmethod - # def add_child_instruction(self, instruction): - # pass - @abstractmethod def __str__(self) -> str: pass