Skip to content
Snippets Groups Projects
Commit 44a94912 authored by Florian Schröder's avatar Florian Schröder
Browse files

pycharm grammar checker

parent 8c3730b7
No related branches found
No related tags found
1 merge request!8Resolve "Can put tomatos on returned plate"
Pipeline #41477 passed
...@@ -106,8 +106,8 @@ class CuttingBoard(Counter): ...@@ -106,8 +106,8 @@ class CuttingBoard(Counter):
class ServingWindow(Counter): class ServingWindow(Counter):
def __init__(self, pos, gamescore: GameScore): def __init__(self, pos, game_score: GameScore):
self.game_score = gamescore self.game_score = game_score
super().__init__(pos) super().__init__(pos)
def drop_off(self, item) -> HoldableItem | None: def drop_off(self, item) -> HoldableItem | None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment