bugraoz93 commented on code in PR #43396:
URL: https://github.com/apache/airflow/pull/43396#discussion_r1817958506
##########
airflow/api_fastapi/core_api/serializers/connections.py:
##########
@@ -24,9 +24,12 @@
from airflow.utils.log.secrets_masker import redact
+# Response Models
class ConnectionResponse(BaseModel):
"""Connection serializer for responses."""
+ """Connection serializer for responses."""
+
Review Comment:
Yes, exactly. I split the models first in #43102 which has the same
mistake. :facepalm: You saved me twice :pray: going to fix that PR as well.
--
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]