uranusjr commented on code in PR #48781: URL: https://github.com/apache/airflow/pull/48781#discussion_r2142083132
########## dev/breeze/src/airflow_breeze/commands/ci_image_commands.py: ########## @@ -188,7 +188,7 @@ def prepare_for_building_ci_image(params: BuildCiParams): make_sure_builder_configured(params=params) -def build_timout_handler(build_process_group_id: int, signum, frame): +def build_timeout_handler(build_process_group_id: int, signum, frame): Review Comment: Looks like this function isn’t actually used anywhere? Maybe we can just remove it? cc @potiuk -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org