@@ -1406,7 +1406,7 @@ def test_ref_sibling(self):
14061406 )
14071407
14081408
1409- class MetaSchemaTestsMixin ( object ) :
1409+ class MetaSchemaTestsMixin :
14101410 # TODO: These all belong upstream
14111411 def test_invalid_properties (self ):
14121412 with self .assertRaises (exceptions .SchemaError ):
@@ -1504,7 +1504,7 @@ def test_it_delegates_to_a_legacy_ref_resolver(self):
15041504 resolution.
15051505 """
15061506
1507- class LegacyRefResolver ( object ) :
1507+ class LegacyRefResolver :
15081508 @contextmanager
15091509 def resolving (this , ref ):
15101510 self .assertEqual (ref , "the ref" )
@@ -1677,7 +1677,7 @@ def test_check_redefined_sequence(self):
16771677 validator .validate (instance )
16781678
16791679
1680- class AntiDraft6LeakMixin ( object ) :
1680+ class AntiDraft6LeakMixin :
16811681 """
16821682 Make sure functionality from draft 6 doesn't leak backwards in time.
16831683 """
@@ -2202,7 +2202,7 @@ def key(error):
22022202
22032203
22042204@attr .s
2205- class ReallyFakeRequests ( object ) :
2205+ class ReallyFakeRequests :
22062206
22072207 _responses = attr .ib ()
22082208
@@ -2214,7 +2214,7 @@ def get(self, url):
22142214
22152215
22162216@attr .s
2217- class _ReallyFakeJSONResponse ( object ) :
2217+ class _ReallyFakeJSONResponse :
22182218
22192219 _response = attr .ib ()
22202220
0 commit comments