pierrejeambrun commented on code in PR #44363: URL: https://github.com/apache/airflow/pull/44363#discussion_r1856882765
########## airflow/api_fastapi/core_api/routes/public/job.py: ########## @@ -16,10 +16,11 @@ # under the License. from __future__ import annotations +from typing import Annotated + from fastapi import Depends, status from sqlalchemy import select from sqlalchemy.orm import Session -from typing_extensions import Annotated Review Comment: This is right, it should come from Annotated. -- 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]
