aboutsummaryrefslogtreecommitdiff
path: root/poker/constants.py
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2022-11-18 13:24:52 +0000
committerPaul Harrison <paul@harrison.sh>2022-12-15 16:02:14 +0000
commitf0af94aa41e82626b4b97460b4edc841c825654d (patch)
tree4a74f7c75a19b23a1d62bc47160272864f7b9585 /poker/constants.py
parent8a7147441acf3c6e1320ce89dcabac17248bd463 (diff)
chore: Add helpful make commands and run linting
Diffstat (limited to 'poker/constants.py')
-rw-r--r--poker/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poker/constants.py b/poker/constants.py
index 3eeebff..b47fb1e 100644
--- a/poker/constants.py
+++ b/poker/constants.py
@@ -28,6 +28,3 @@ class Value(IntEnum):
JACK = 11
QUEEN = 12
KING = 13
-
-
-