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