zachliu commented on PR #31003: URL: https://github.com/apache/airflow/pull/31003#issuecomment-1530549652
if `State.finished` + `State.unfinished` == all possible states, then i can change it to ```python if ti.state in State.finished ``` -- 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]
