From ab93c4bc3732e1c0cddc2a7e8bec25a31f9a6897 Mon Sep 17 00:00:00 2001 From: Tyagiquamar Date: Sun, 6 Sep 2026 23:00:33 +0530 Subject: [PATCH] test: drop redundant comment per repo comment policy --- tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py index e86a1a27100..c775516a46e 100644 --- a/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py +++ b/tests/test_litellm/llms/vertex_ai/test_vertex_ai_common_utils.py @@ -919,7 +919,6 @@ def test_fix_enum_empty_strings_anyof(): assert None in choice_enum assert choice_enum == [None, "option1"] - # Non-dict input should not raise AttributeError _fix_enum_empty_strings("string_input") _fix_enum_empty_strings(None)