From d40bf05b119a01599c2254e527521eb2da6d1035 Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Wed, 12 Aug 2026 12:15:30 -0500 Subject: [PATCH] style(vertex-ai): update video test imports --- .../llms/vertex_ai/videos/test_vertex_video_transformation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_litellm/llms/vertex_ai/videos/test_vertex_video_transformation.py b/tests/test_litellm/llms/vertex_ai/videos/test_vertex_video_transformation.py index 11cea7c3d23..f4d3c95a2b1 100644 --- a/tests/test_litellm/llms/vertex_ai/videos/test_vertex_video_transformation.py +++ b/tests/test_litellm/llms/vertex_ai/videos/test_vertex_video_transformation.py @@ -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