Skip to content

Commit

Permalink
The solution of the task
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja0ni committed Aug 8, 2024
1 parent a887559 commit 6c64d4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_deck(self, row: int, column: int) -> Deck | None:
for deck in self.decks:
if deck.row == row and deck.column == column:
return deck
return

def fire(self, row: int, column: int) -> None:
deck = self.get_deck(row, column)
Expand Down

0 comments on commit 6c64d4b

Please sign in to comment.