Lee-W commented on code in PR #67717:
URL: https://github.com/apache/airflow/pull/67717#discussion_r3367832959
##########
airflow-core/src/airflow/timetables/_cron.py:
##########
@@ -137,12 +137,27 @@ def __hash__(self):
def summary(self) -> str:
return self._expression
+ @property
+ def timezone(self) -> Timezone | FixedTimezone:
Review Comment:
I originally added it for consistency. But after a second thought, it's not
needed. Just removed it.
--
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]