@@ -1406,7 +1406,7 @@ def test_ref_sibling(self):
1406
1406
)
1407
1407
1408
1408
1409
- class MetaSchemaTestsMixin ( object ) :
1409
+ class MetaSchemaTestsMixin :
1410
1410
# TODO: These all belong upstream
1411
1411
def test_invalid_properties (self ):
1412
1412
with self .assertRaises (exceptions .SchemaError ):
@@ -1504,7 +1504,7 @@ def test_it_delegates_to_a_legacy_ref_resolver(self):
1504
1504
resolution.
1505
1505
"""
1506
1506
1507
- class LegacyRefResolver ( object ) :
1507
+ class LegacyRefResolver :
1508
1508
@contextmanager
1509
1509
def resolving (this , ref ):
1510
1510
self .assertEqual (ref , "the ref" )
@@ -1677,7 +1677,7 @@ def test_check_redefined_sequence(self):
1677
1677
validator .validate (instance )
1678
1678
1679
1679
1680
- class AntiDraft6LeakMixin ( object ) :
1680
+ class AntiDraft6LeakMixin :
1681
1681
"""
1682
1682
Make sure functionality from draft 6 doesn't leak backwards in time.
1683
1683
"""
@@ -2202,7 +2202,7 @@ def key(error):
2202
2202
2203
2203
2204
2204
@attr .s
2205
- class ReallyFakeRequests ( object ) :
2205
+ class ReallyFakeRequests :
2206
2206
2207
2207
_responses = attr .ib ()
2208
2208
@@ -2214,7 +2214,7 @@ def get(self, url):
2214
2214
2215
2215
2216
2216
@attr .s
2217
- class _ReallyFakeJSONResponse ( object ) :
2217
+ class _ReallyFakeJSONResponse :
2218
2218
2219
2219
_response = attr .ib ()
2220
2220
0 commit comments