We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d89d5c commit c1ce8b8Copy full SHA for c1ce8b8
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