Skip to content

Commit 7f187e5

Browse files
committed
Review feedback
1 parent 3c500c0 commit 7f187e5

File tree

1 file changed

+1
-1
lines changed
  • airflow-core/src/airflow/api_fastapi/core_api/services/public

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/api_fastapi/core_api/services/public/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
def update_orm_from_pydantic(
3838
orm_conn: Connection, pydantic_conn: ConnectionBody, update_mask: list[str] | None = None
39-
):
39+
) -> None:
4040
"""Update ORM object from Pydantic object."""
4141
# Not all fields match and some need setters, therefore copy partly manually via setters
4242
non_update_fields = {"connection_id", "conn_id"}

0 commit comments

Comments
 (0)