Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowtion committed Jul 19, 2023
1 parent 7e82bef commit 13af927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def __init__(
weight: int,
max_load_weight: int,
current_load: int,
coords: list[str] = None) -> None:
coords: list[str] = None
) -> None:
super().__init__(name, weight, coords)
self.max_load_weight = max_load_weight
self.current_load = current_load
Expand Down

0 comments on commit 13af927

Please sign in to comment.