From a5a0bc294564e29c614cd964ea18e4796f9a44eb Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Fri, 12 Dec 2025 10:08:37 -0800 Subject: [PATCH] chore: test PiperOrigin-RevId: 843737031 --- google/genai/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/genai/client.py b/google/genai/client.py index 269b592cf..a7d651216 100644 --- a/google/genai/client.py +++ b/google/genai/client.py @@ -14,6 +14,7 @@ # import asyncio + import os from types import TracebackType from typing import Optional, Union