From 68a71c516e2f9cbd641baab5bfa724247db73e73 Mon Sep 17 00:00:00 2001 From: molanp <104612722+molanp@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/plugin_store/data_source.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zhenxun/builtin_plugins/plugin_store/data_source.py b/zhenxun/builtin_plugins/plugin_store/data_source.py index e26fca7a..7c440f9b 100644 --- a/zhenxun/builtin_plugins/plugin_store/data_source.py +++ b/zhenxun/builtin_plugins/plugin_store/data_source.py @@ -5,9 +5,9 @@ import subprocess import nonebot import ujson as json -from zhenxun.services.log import logger # type: ignore -from zhenxun.utils.http_utils import AsyncHttpx # type: ignore -from zhenxun.utils.image_utils import BuildImage, ImageTemplate, RowStyle # type: ignore +from zhenxun.services.log import logger +from zhenxun.utils.http_utils import AsyncHttpx +from zhenxun.utils.image_utils import BuildImage, ImageTemplate, RowStyle from .config import BASE_PATH, CONFIG_URL, DOWNLOAD_URL