修复代码过长的问题

This commit is contained in:
molanp 2024-12-19 00:40:43 +08:00 committed by GitHub
parent 36e5b9d259
commit 9aa0670628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,11 @@
# mock_platform = mocker.patch("zhenxun.builtin_plugins.check.data_source.platform")
# mock_platform.uname.return_value = platform_uname
# mock_template_to_pic = mocker.patch("zhenxun.builtin_plugins.check.template_to_pic")
# mock_template_to_pic = mocker.patch(
# "zhenxun.builtin_plugins.check.template_to_pic"
# )
# mock_template_to_pic_return = mocker.AsyncMock()
# mock_template_to_pic.return_value = mock_template_to_pic_return