Lee-W commented on code in PR #66848:
URL: https://github.com/apache/airflow/pull/66848#discussion_r3380914736
##########
airflow-core/src/airflow/timetables/base.py:
##########
@@ -31,7 +31,7 @@
from airflow.models.dag import DagModel
from airflow.models.dagrun import DagRun
- from airflow.partition_mappers import PartitionMapper
+ from airflow.partition_mappers.base import PartitionMapper
Review Comment:
not really necessary, but no harm 🤔 but just changed it back
--
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]