gopidesupavan commented on code in PR #53191: URL: https://github.com/apache/airflow/pull/53191#discussion_r2201010883
########## airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py: ########## @@ -60,6 +60,7 @@ from airflow.models.asset import AssetActive from airflow.models.dagbag import DagBag from airflow.models.dagrun import DagRun as DR +from airflow.models.expandinput import SchedulerExpandInput Review Comment: may be moving to TYPE_CHECKING? -- 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]
