sjyangkevin commented on issue #52676: URL: https://github.com/apache/airflow/issues/52676#issuecomment-3037088152
just curious, and wondering why we need `AIRFLOW_V_3_1_PLUS: bool = get_base_airflow_version_tuple() >= (3, 1, 0)` the `bool` type hint here, since `get_base_airflow_version_tuple` returns `tuple[int, int, int]`. -- 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]
