aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/duck_game.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/duck_game.py')
-rw-r--r--bot/exts/evergreen/duck_game.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/bot/exts/evergreen/duck_game.py b/bot/exts/evergreen/duck_game.py
index 1286995f..e9d3fa39 100644
--- a/bot/exts/evergreen/duck_game.py
+++ b/bot/exts/evergreen/duck_game.py
@@ -81,11 +81,12 @@ def as_trinary(card: tuple[int]) -> int:
class DuckGame:
"""A class for a single game."""
- def __init__(self,
- rows: int = 4,
- columns: int = 3,
- minimum_solutions: int = 1,
- ) -> None:
+ def __init__(
+ self,
+ rows: int = 4,
+ columns: int = 3,
+ minimum_solutions: int = 1,
+ ) -> None:
"""
Take samples from the deck to generate a board.