ferruzzi commented on code in PR #51638: URL: https://github.com/apache/airflow/pull/51638#discussion_r2150368039
########## airflow-core/src/airflow/models/dagrun.py: ########## @@ -67,9 +67,10 @@ from airflow.configuration import conf as airflow_conf from airflow.exceptions import AirflowException, TaskNotFound from airflow.listeners.listener import get_listener_manager -from airflow.models import Log +from airflow.models import Deadline, Log Review Comment: I let the IDE do it's thing and didn't catch that, thanks. I'll fix it. Edit: Strange, there's even already a `from airflow.models.deadline import ReferenceModels`, I wonder why it did it this way. Either way, thanks for catching it. -- 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]
