This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cba3609f2a7 fix docstring (#46642)
cba3609f2a7 is described below

commit cba3609f2a70dccdf2e96a3a8e27d69451657c29
Author: Kalyan R <[email protected]>
AuthorDate: Thu Feb 13 01:40:10 2025 +0530

    fix docstring (#46642)
---
 dev/breeze/src/airflow_breeze/utils/uv_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/breeze/src/airflow_breeze/utils/uv_utils.py 
b/dev/breeze/src/airflow_breeze/utils/uv_utils.py
index 796c086e3bf..670593e5ccc 100644
--- a/dev/breeze/src/airflow_breeze/utils/uv_utils.py
+++ b/dev/breeze/src/airflow_breeze/utils/uv_utils.py
@@ -27,7 +27,7 @@ from airflow_breeze.utils.platforms import is_wsl2
 
 def get_uv_timeout(build_params: CommonBuildParams) -> int:
     """
-    Get the timeout for the uvicorn server. We do not want to change the 
default value to not slow down
+    Get the timeout for the uv requests. We do not want to change the default 
value to not slow down
     the --help and command line in general and also it might be useful to give 
escape hatch in case our
     WSL1 detection is wrong (it will fail default --use-uv build, but you will 
be able to skip the check by
     manually specifying --uv-http-timeout or --no-use-uv). So we only check 
for wsl2 when default value is

Reply via email to