mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
style(vertex-ai): update video test imports
This commit is contained in:
parent
d6e859cc97
commit
d40bf05b11
1 changed files with 2 additions and 1 deletions
|
|
@ -4,8 +4,9 @@ Tests for Vertex AI (Veo) video generation transformation.
|
|||
|
||||
import base64
|
||||
import json
|
||||
from collections.abc import Mapping
|
||||
from pathlib import Path
|
||||
from typing import Mapping, cast
|
||||
from typing import cast
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import httpx
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue