From 16d5a2281a929f15e021f60f7804dfdb08f277b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:40:55 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- tests/builtin_plugins/check/test_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/builtin_plugins/check/test_check.py b/tests/builtin_plugins/check/test_check.py index 90a199d0..98f75053 100644 --- a/tests/builtin_plugins/check/test_check.py +++ b/tests/builtin_plugins/check/test_check.py @@ -33,9 +33,9 @@ # mock_template_to_pic = mocker.patch( -# "zhenxun.builtin_plugins.check.template_to_pic" +# "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