mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
badb6f3afa
commit
dba39cd130
@ -100,6 +100,7 @@ async def test_check(
|
|||||||
测试自检
|
测试自检
|
||||||
"""
|
"""
|
||||||
from zhenxun.builtin_plugins.check import _self_check_matcher
|
from zhenxun.builtin_plugins.check import _self_check_matcher
|
||||||
|
|
||||||
(
|
(
|
||||||
mock_psutil,
|
mock_psutil,
|
||||||
mock_cpuinfo,
|
mock_cpuinfo,
|
||||||
|
|||||||
@ -62,7 +62,6 @@ async def test_search_plugin_author(
|
|||||||
"""
|
"""
|
||||||
from zhenxun.builtin_plugins.plugin_store import _matcher
|
from zhenxun.builtin_plugins.plugin_store import _matcher
|
||||||
|
|
||||||
|
|
||||||
mock_table_page = mocker.patch(
|
mock_table_page = mocker.patch(
|
||||||
"zhenxun.builtin_plugins.plugin_store.data_source.ImageTemplate.table_page"
|
"zhenxun.builtin_plugins.plugin_store.data_source.ImageTemplate.table_page"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user