mai-nakagawa commented on code in PR #23662:
URL: https://github.com/apache/airflow/pull/23662#discussion_r930779273
##########
airflow/timetables/interval.py:
##########
@@ -158,7 +158,7 @@ def __eq__(self, other: Any) -> bool:
This is only for testing purposes and should not be relied on
otherwise.
"""
- if not isinstance(other, CronDataIntervalTimetable):
+ if not isinstance(other, _CronMixin):
Review Comment:
Thanks. Fixed by
https://github.com/apache/airflow/pull/23662/commits/95dbb4ef3b52c9447636a4b5b3b3c95e9e9d731b
--
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]