From d011d0e4fc51a1646f34f368ca309a6a0ec704e7 Mon Sep 17 00:00:00 2001 From: Dotify71 Date: Sun, 3 May 2026 10:41:22 +0530 Subject: [PATCH] style: remove print statement from deepseek-v4 test --- tests/test_litellm/test_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 1ace3e3d9d3..df83d0117e8 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -4034,4 +4034,3 @@ def test_deepseek_v4_models_in_cost_map(): assert info["supports_function_calling"] is True assert info["supports_tool_choice"] is True - print("✅ deepseek-v4-flash and deepseek-v4-pro cost map entries verified")