ashb commented on code in PR #49554: URL: https://github.com/apache/airflow/pull/49554#discussion_r2056368810
########## providers/standard/src/airflow/providers/standard/operators/latest_only.py: ########## @@ -29,8 +30,8 @@ from airflow.utils.types import DagRunType if TYPE_CHECKING: - from airflow.models import DAG, DagRun - from airflow.timetables.base import DagRunInfo + from airflow.models import DagRun + from pendulum.datetime import DateTime Review Comment: ```suggestion from pendulum.datetime import DateTime from airflow.models 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org