summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_exceptions.py')
-rw-r--r--jsonschema/tests/test_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/test_exceptions.py b/jsonschema/tests/test_exceptions.py
index 521f445..d7b9deb 100644
--- a/jsonschema/tests/test_exceptions.py
+++ b/jsonschema/tests/test_exceptions.py
@@ -563,7 +563,7 @@ class TestErrorInitReprStr(TestCase):
that returned truthy values.
"""
- class DontEQMeBro(object):
+ class DontEQMeBro:
def __eq__(this, other): # pragma: no cover
self.fail("Don't!")