Fix formatting just below class definition

This commit is contained in:
Yoo In Keun 2020-02-14 01:06:57 +09:00 committed by GitHub
parent f81ca78642
commit a143e43cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ from .utils import get_pk_description, is_list_view
class SchemaGenerator(BaseSchemaGenerator):
def get_info(self):
# Title and version are required by openapi specification 3.x
info = {
@ -70,7 +69,6 @@ class SchemaGenerator(BaseSchemaGenerator):
class AutoSchema(ViewInspector):
request_media_types = []
response_media_types = []