fix: black

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2025-11-24 20:48:08 +08:00
parent 1e6fe182a3
commit 17d02a0312
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@ def contains_non_ascii(text: str) -> bool:
def filter_message(message: Message, bot: TeleBot, check_chinese: bool = False) -> bool:
"""过滤消息,排除非文本消息和命令消息
Args:
message: 消息对象
bot: Bot 实例