diff --git a/headroom/cli/wrap.py b/headroom/cli/wrap.py index 7eead5a55..5a24b0f8b 100644 --- a/headroom/cli/wrap.py +++ b/headroom/cli/wrap.py @@ -3854,7 +3854,7 @@ def _ensure_proxy_unlocked( @contextmanager -def _proxy_start_lock(port: int): +def _proxy_start_lock(port: int) -> Any: """Serialize wrap proxy startup across processes sharing a port. A proxy can spend tens of seconds loading optional ML components before it