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 8801576 commit 7e82bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(
weight: int,
max_load_weight: int,
current_load: int,
coords: list[int] = 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 7e82bef

Please sign in to comment.