From cc0a5eaafc24bf6400ff00cd08093bca0b663e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=97=D0=B1=D1=83?= =?UTF-8?q?=D1=80=D0=B8=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Tue, 6 Jan 2026 10:52:16 +0300 Subject: [PATCH] fix: change sequence import (#1915) --- google/auth/_default.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google/auth/_default.py b/google/auth/_default.py index d854163c4..1af434084 100644 --- a/google/auth/_default.py +++ b/google/auth/_default.py @@ -17,12 +17,11 @@ Implements application default credentials and project ID detection. """ -from collections.abc import Sequence import io import json import logging import os -from typing import Optional, TYPE_CHECKING +from typing import Optional, TYPE_CHECKING, Sequence import warnings from google.auth import environment_vars