From 8c1dd78c13fc3c6b3ebb68690bd035bfdbb2e3f4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 8 Nov 2025 18:01:32 -0800 Subject: [PATCH] fix imports --- tests/test_litellm/llms/vertex_ai/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_litellm/llms/vertex_ai/__init__.py diff --git a/tests/test_litellm/llms/vertex_ai/__init__.py b/tests/test_litellm/llms/vertex_ai/__init__.py new file mode 100644 index 0000000000..bd2635ea1a --- /dev/null +++ b/tests/test_litellm/llms/vertex_ai/__init__.py @@ -0,0 +1,2 @@ +"""Vertex AI tests package.""" +