From 43524f92c7a71d82c4eb44e542d980d34df0ab3b Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Sun, 5 Oct 2025 19:20:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(replyer=5Fmanager):=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?get=5Freplyer=20=E6=96=B9=E6=B3=95=E7=9A=84=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/replyer/replyer_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat/replyer/replyer_manager.py b/src/chat/replyer/replyer_manager.py index e1aef6a4f..4f3f4f428 100644 --- a/src/chat/replyer/replyer_manager.py +++ b/src/chat/replyer/replyer_manager.py @@ -9,7 +9,6 @@ class ReplyerManager: def __init__(self): self._repliers: dict[str, DefaultReplyer] = {} - async def get_replyer( async def get_replyer( self, chat_stream: ChatStream | None = None,