mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
style(vertex-ai): modernize Lyria tests
This commit is contained in:
parent
f18cb0cdb4
commit
e9e2fbb438
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue