From 0b6049b305d6274ec706610fc71234ab334d752f Mon Sep 17 00:00:00 2001 From: Sara Robinson Date: Thu, 10 Jul 2025 10:22:44 -0700 Subject: [PATCH] chore: GenAI SDK client - update presubmits PiperOrigin-RevId: 781587155 --- vertexai/_genai/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vertexai/_genai/client.py b/vertexai/_genai/client.py index b44ea40f00..f1790259be 100644 --- a/vertexai/_genai/client.py +++ b/vertexai/_genai/client.py @@ -15,6 +15,9 @@ # limitations under the License. # +# Test this change triggers presubmit + + import importlib from typing import Optional, Union