Skip to content

Commit c1ce8b8

Browse files
authored
Fixed missing hints
1 parent 2d89d5c commit c1ce8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/structural/composite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def render(self) -> None:
4747
def add(self, graphic: Graphic) -> None:
4848
self.graphics.append(graphic)
4949

50-
def remove(self, graphic: Graphic):
50+
def remove(self, graphic: Graphic) -> None:
5151
self.graphics.remove(graphic)
5252

5353

0 commit comments

Comments
 (0)