修改类型注解

pull/31/head
UnCLAS-Prommer 2025-06-01 16:31:38 +08:00
parent ff61069049
commit 8764961418
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ class RecvHandler:
return None
return response_data.get("messages")
async def handle_reply_message(self, raw_message: dict) -> Seg | None:
async def handle_reply_message(self, raw_message: dict) -> List[Seg] | None:
# sourcery skip: move-assign-in-block, use-named-expression
"""
处理回复消息