ferruzzi commented on code in PR #58248:
URL: https://github.com/apache/airflow/pull/58248#discussion_r2525027197
##########
airflow-core/src/airflow/models/dagrun.py:
##########
@@ -1259,11 +1260,15 @@ def recalculate(self) -> _UnfinishedStates:
msg="success",
)
- if dag.deadline:
+ if dag.deadline and isinstance(dag.deadline[0], str):
Review Comment:
Yeah, it was for mypy, but I've gone back and fixed the root cause on that
one. There was a type hint that I missed switching over during the migration.
--
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]