🎨 style: format codes

This commit is contained in:
Soulter
2025-03-20 16:52:48 +08:00
parent 13a95e1f2b
commit 8838dbd003
3 changed files with 1 additions and 5 deletions
@@ -124,9 +124,6 @@ class SimpleGewechatClient:
abm = AstrBotMessage()
# if type_name == "ModContacts":
# self
from_user_name = d["FromUserName"]["string"] # 消息来源
d["to_wxid"] = from_user_name # 用于发信息
@@ -2,7 +2,7 @@ import wave
import uuid
import traceback
import os
from astrbot.core.utils.io import save_temp_img, download_image_by_url, download_file
from astrbot.core.utils.io import save_temp_img, download_file
from astrbot.core.utils.tencent_record_helper import wav_to_tencent_silk
from astrbot.api import logger
from astrbot.api.event import AstrMessageEvent, MessageChain
@@ -3,7 +3,6 @@ from astrbot.api.event import AstrMessageEvent, MessageChain
from astrbot.api.platform import AstrBotMessage, PlatformMetadata
from astrbot.api.message_components import Plain, Image, Record
from wechatpy.enterprise import WeChatClient
from astrbot.core.utils.io import download_image_by_url, download_file
from astrbot.api import logger