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