From 07702abba6000b839edf88bee3ac11620e3ee52a Mon Sep 17 00:00:00 2001 From: Dima Knivets Date: Sun, 11 Aug 2019 15:43:19 +0300 Subject: [PATCH] removed extra whitespace --- rest_framework/schemas/openapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rest_framework/schemas/openapi.py b/rest_framework/schemas/openapi.py index f10ea06af..468c92219 100644 --- a/rest_framework/schemas/openapi.py +++ b/rest_framework/schemas/openapi.py @@ -93,7 +93,6 @@ class AutoSchema(ViewInspector): def get_operation(self, path, method): operation = {} - operation['operationId'] = self._get_operation_id(path, method) parameters = []