diff options
Diffstat (limited to 'diplomacy/utils/tests/test_parsing.py')
-rw-r--r-- | diplomacy/utils/tests/test_parsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/utils/tests/test_parsing.py b/diplomacy/utils/tests/test_parsing.py index f64ad26..f96a981 100644 --- a/diplomacy/utils/tests/test_parsing.py +++ b/diplomacy/utils/tests/test_parsing.py @@ -21,7 +21,7 @@ from diplomacy.utils.sorted_set import SortedSet from diplomacy.utils.tests.test_common import assert_raises from diplomacy.utils.tests.test_jsonable import MyJsonable -class MyStringable(): +class MyStringable: """ Example of Stringable class. As instances of such class may be used as dict keys, class should define a proper __hash__(). """ |