jscheffl commented on code in PR #43396:
URL: https://github.com/apache/airflow/pull/43396#discussion_r1817924444


##########
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:
   Copy & Paste Error?



-- 
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]

Reply via email to