There was an error while loading. Please reload this page.
2 parents 1176d60 + c1ce8b8 commit 19ca1a9Copy full SHA for 19ca1a9
1 file changed
patterns/structural/composite.py
@@ -47,7 +47,7 @@ def render(self) -> None:
47
def add(self, graphic: Graphic) -> None:
48
self.graphics.append(graphic)
49
50
- def remove(self, graphic: Graphic):
+ def remove(self, graphic: Graphic) -> None:
51
self.graphics.remove(graphic)
52
53
0 commit comments