uranusjr commented on code in PR #31153: URL: https://github.com/apache/airflow/pull/31153#discussion_r1229148008
########## airflow/models/skipmixin.py: ########## @@ -21,18 +21,19 @@ from typing import TYPE_CHECKING, Iterable, Sequence from airflow.exceptions import AirflowException, RemovedInAirflow3Warning +from airflow.models import DagRun Review Comment: ```suggestion from airflow.models.dagrun import DagRun ``` -- 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]
