Skip to content

Commit

Permalink
change async to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha Prabhu authored and Sneha Prabhu committed Nov 25, 2024
1 parent 11340ed commit 4f66b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/routes/public/extra_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"",
responses=create_openapi_http_exception_doc([status.HTTP_404_NOT_FOUND]),
)
async def get_extra_links(
def get_extra_links(
dag_id: str,
dag_run_id: str,
task_id: str,
Expand Down

0 comments on commit 4f66b89

Please sign in to comment.