mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
removed extra whitespace
This commit is contained in:
parent
86a9176529
commit
07702abba6
|
@ -93,7 +93,6 @@ class AutoSchema(ViewInspector):
|
|||
def get_operation(self, path, method):
|
||||
operation = {}
|
||||
|
||||
|
||||
operation['operationId'] = self._get_operation_id(path, method)
|
||||
|
||||
parameters = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user