chore: fix previously skipped isort issue

PiperOrigin-RevId: 772224853
This commit is contained in:
Liang Wu
2025-06-16 16:57:05 -07:00
committed by Copybara-Service
parent aafa80bd85
commit e384fa4ad7
@@ -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."""