anurag-rajawat commented on a change in pull request #19853:
URL: https://github.com/apache/airflow/pull/19853#discussion_r757778469
##########
File path: airflow/_vendor/connexion/operations/openapi.py
##########
@@ -197,7 +197,7 @@ def example_response(self, status_code=None,
content_type=None):
except (KeyError, IndexError):
pass
try:
- return (deep_get(self._responses, example_path), status_code)
+ return deep_get(self._responses, example_path), status_code
Review comment:
I'll revert it as it was.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]