mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +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):
|
def get_operation(self, path, method):
|
||||||
operation = {}
|
operation = {}
|
||||||
|
|
||||||
|
|
||||||
operation['operationId'] = self._get_operation_id(path, method)
|
operation['operationId'] = self._get_operation_id(path, method)
|
||||||
|
|
||||||
parameters = []
|
parameters = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user