potiuk commented on issue #52676: URL: https://github.com/apache/airflow/issues/52676#issuecomment-3037193829
> 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]. does not hurt - and speeds up mypy a bit as it does not have to infer the type ? -- 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]
