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 /tests | |
parent | 8a7147441acf3c6e1320ce89dcabac17248bd463 (diff) |
chore: Add helpful make commands and run linting
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_poker.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_poker.py b/tests/test_poker.py index fd04676..eb1cb52 100644 --- a/tests/test_poker.py +++ b/tests/test_poker.py @@ -1,4 +1,3 @@ def test_poker() -> None: """Dummy test.""" assert True - |