o-nikolas commented on code in PR #55088:
URL: https://github.com/apache/airflow/pull/55088#discussion_r2350255295
##########
airflow-core/src/airflow/models/deadline.py:
##########
@@ -283,7 +283,7 @@ class BaseDeadlineReference(LoggingMixin, ABC):
def reference_name(cls: Any) -> str:
return cls.__name__
- def evaluate_with(self, *, session: Session, interval: timedelta,
**kwargs: Any) -> datetime:
+ def evaluate_with(self, *, session: Session, interval: timedelta,
**kwargs: Any) -> datetime | None:
Review Comment:
The caller(s) of `evaluate_with` need(s) updating now right?
--
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]