From b59a22f781ef2f7090367b76d58e8ae722ed5ace Mon Sep 17 00:00:00 2001 From: Cheng Wan <54331508+ch-wan@users.noreply.github.com> Date: Thu, 19 Feb 2026 23:30:57 -0800 Subject: [PATCH] fix lint on main (#19052) --- python/sglang/srt/debug_utils/dumper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/srt/debug_utils/dumper.py b/python/sglang/srt/debug_utils/dumper.py index 56877af52..6bd57c7a3 100644 --- a/python/sglang/srt/debug_utils/dumper.py +++ b/python/sglang/srt/debug_utils/dumper.py @@ -805,6 +805,7 @@ class _RpcBroadcastBase: def __init__(self, handles: List[_ZmqRpcHandle]): self._handles = handles + class _LocalOnlyBroadcast(_RpcBroadcastBase): """Calls methods directly on the local dumper, wrapping the result in a list."""