diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-18 13:24:52 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | f0af94aa41e82626b4b97460b4edc841c825654d (patch) | |
tree | 4a74f7c75a19b23a1d62bc47160272864f7b9585 /poker/constants.py | |
parent | 8a7147441acf3c6e1320ce89dcabac17248bd463 (diff) |
chore: Add helpful make commands and run linting
Diffstat (limited to 'poker/constants.py')
-rw-r--r-- | poker/constants.py | 3 |
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 - - - |