Remove unnecessary object derive

This commit is contained in:
johnthagen 2020-05-13 16:25:20 -04:00 committed by GitHub
parent 59917d3724
commit b247d9320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class EndpointEnumerator:
return [method for method in methods if method not in ('OPTIONS', 'HEAD')] return [method for method in methods if method not in ('OPTIONS', 'HEAD')]
class BaseSchemaGenerator(object): class BaseSchemaGenerator:
endpoint_inspector_cls = EndpointEnumerator endpoint_inspector_cls = EndpointEnumerator
# 'pk' isn't great as an externally exposed name for an identifier, # 'pk' isn't great as an externally exposed name for an identifier,