ashb commented on code in PR #53389: URL: https://github.com/apache/airflow/pull/53389#discussion_r2269234073
########## devel-common/src/tests_common/pytest_plugin.py: ########## @@ -48,15 +48,14 @@ from airflow.models.taskinstance import TaskInstance from airflow.providers.standard.operators.empty import EmptyOperator from airflow.sdk import Context - from airflow.sdk.api.datamodels._generated import TaskInstanceState as TIState + from airflow.sdk.api.datamodels._generated import TaskInstanceState as TIState, TriggerRule Review Comment: Even this shouldn't be using the generated import -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org