mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Fix formatting just below class definition
This commit is contained in:
parent
f81ca78642
commit
a143e43cb1
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user