From e384fa4ad76114fa942a3be8bd51bbeb5225e00e Mon Sep 17 00:00:00 2001 From: Liang Wu Date: Mon, 16 Jun 2025 16:57:05 -0700 Subject: [PATCH] chore: fix previously skipped isort issue PiperOrigin-RevId: 772224853 --- tests/integration/models/test_litellm_no_function.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/models/test_litellm_no_function.py b/tests/integration/models/test_litellm_no_function.py index ff5d3bb8..05072b89 100644 --- a/tests/integration/models/test_litellm_no_function.py +++ b/tests/integration/models/test_litellm_no_function.py @@ -20,7 +20,6 @@ from google.genai.types import Content from google.genai.types import Part import pytest - _TEST_MODEL_NAME = "vertex_ai/meta/llama-3.1-405b-instruct-maas" _SYSTEM_PROMPT = """You are a helpful assistant."""