diff options
Diffstat (limited to 'diplomacy/tests/test_datc.py')
-rw-r--r-- | diplomacy/tests/test_datc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/tests/test_datc.py b/diplomacy/tests/test_datc.py index 8c40363..093ed14 100644 --- a/diplomacy/tests/test_datc.py +++ b/diplomacy/tests/test_datc.py @@ -24,7 +24,7 @@ from diplomacy.utils.order_results import OK, NO_CONVOY, BOUNCE, VOID, CUT, DISL # ----------------- # DATC TEST CASES # ----------------- -class TestDATC(): +class TestDATC: """ DATC test cases""" # pylint: disable=too-many-public-methods |