From f655e03553fb9dbb16392a5f3aaf9db7074bbbbb Mon Sep 17 00:00:00 2001 From: Tejas Chopra Date: Wed, 12 Aug 2026 09:52:08 -0700 Subject: [PATCH] fix(wrap): annotate startup lock --- headroom/cli/wrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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