From f0af94aa41e82626b4b97460b4edc841c825654d Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 18 Nov 2022 13:24:52 +0000 Subject: chore: Add helpful make commands and run linting --- poker/constants.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'poker/constants.py') 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 - - - -- cgit v1.2.3