style(vertex-ai): update video test imports

This commit is contained in:
Emerson Gomes 2026-08-12 12:15:30 -05:00
parent d6e859cc97
commit d40bf05b11
No known key found for this signature in database
GPG key ID: D3DF28AB5D1B5E17

View file

@ -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