typing修复(partly)

This commit is contained in:
UnCLAS-Prommer
2025-08-23 00:29:11 +08:00
parent add05cee55
commit 79fcc6bd21
4 changed files with 188 additions and 166 deletions

View File

@@ -22,7 +22,7 @@ if TYPE_CHECKING:
logger = get_logger("chat")
async def _calculate_interest(message: MessageRecv) -> Tuple[float, bool, list[str]]:
async def _calculate_interest(message: MessageRecv) -> Tuple[float, list[str]]:
"""计算消息的兴趣度
Args: