fix(wrap): annotate startup lock

This commit is contained in:
Tejas Chopra 2026-08-12 09:52:08 -07:00
parent 2057cd49bc
commit f655e03553

View file

@ -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