kaxil commented on code in PR #49554:
URL: https://github.com/apache/airflow/pull/49554#discussion_r2055696295
##########
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 airflow.utils.timezone import DateTime
Review Comment:
```suggestion
from pendulum.datetime import DateTime
```
--
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]