style(vertex-ai): modernize Lyria tests

This commit is contained in:
Emerson Gomes 2026-08-12 12:31:44 -05:00
parent f18cb0cdb4
commit e9e2fbb438
No known key found for this signature in database
GPG key ID: D3DF28AB5D1B5E17

View file

@ -2,9 +2,9 @@ from datetime import datetime
from unittest.mock import MagicMock
import httpx
import litellm
import pytest
import litellm
from litellm.proxy.pass_through_endpoints.llm_provider_handlers.vertex_passthrough_logging_handler import (
VertexPassthroughLoggingHandler,
)