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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to