removed extra whitespace

This commit is contained in:
Dima Knivets 2019-08-11 15:43:19 +03:00
parent 86a9176529
commit 07702abba6

View File

@ -93,7 +93,6 @@ class AutoSchema(ViewInspector):
def get_operation(self, path, method):
operation = {}
operation['operationId'] = self._get_operation_id(path, method)
parameters = []