diff --git a/airflow/api_fastapi/core_api/routes/public/extra_links.py b/airflow/api_fastapi/core_api/routes/public/extra_links.py index 2ab957cb93fb7..65e29523f814e 100644 --- a/airflow/api_fastapi/core_api/routes/public/extra_links.py +++ b/airflow/api_fastapi/core_api/routes/public/extra_links.py @@ -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,