🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-05 14:57:17 +00:00
parent ea085ef8e1
commit 90c705c16a
7 changed files with 16 additions and 23 deletions

View File

@@ -136,7 +136,6 @@ class BaseWillingManager(ABC):
"""抽象方法:获取回复概率"""
raise NotImplementedError
async def get_willing(self, chat_id: str):
"""获取指定聊天流的回复意愿"""
async with self.lock: