uranusjr commented on code in PR #23662:
URL: https://github.com/apache/airflow/pull/23662#discussion_r930650753


##########
airflow/timetables/interval.py:
##########
@@ -33,22 +34,14 @@
 Delta = Union[datetime.timedelta, relativedelta]
 
 
-class _DataIntervalTimetable(Timetable):
+class _CronAndDeltaTimetable(Timetable, ABC):

Review Comment:
   We don’t use ABC here since it’s not necessary and incurs additional runtime 
cost.



-- 
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

Reply via email to