jscheffl commented on code in PR #42320: URL: https://github.com/apache/airflow/pull/42320#discussion_r1769177582
########## airflow/api_fastapi/db.py: ########## @@ -19,6 +19,9 @@ from typing import TYPE_CHECKING +from sqlalchemy.sql import Select + +from airflow.api_fastapi.parameters import BaseParam Review Comment: Would not `ruff` tell you so :-D -- 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]
