Skip to content

Commit

Permalink
Remove async for complying convention for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bugraoz93 committed Nov 12, 2024
1 parent 01d881a commit f275fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/routes/public/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def patch_connection(
]
),
)
async def test_connection(
def test_connection(
test_body: ConnectionBody,
) -> ConnectionTestResponse:
"""
Expand Down

0 comments on commit f275fd7

Please sign in to comment.