From cfb578fe5a234519cfa478aa144456338683d77c Mon Sep 17 00:00:00 2001 From: sunjiashuo <790567648@qq.com> Date: Tue, 17 Jun 2025 11:49:21 +0800 Subject: [PATCH] pre-commit fix --- tests/metagpt/provider/test_base_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metagpt/provider/test_base_llm.py b/tests/metagpt/provider/test_base_llm.py index 84845dd7e..d1a4bd66d 100644 --- a/tests/metagpt/provider/test_base_llm.py +++ b/tests/metagpt/provider/test_base_llm.py @@ -201,4 +201,4 @@ def test_format_msg_w_images(mocker): if name == "__main__": - pytest.main([__file__, "-s"]) \ No newline at end of file + pytest.main([__file__, "-s"])