From 50760ef6763cca873303f9ae661eb834a3145201 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Tue, 20 Aug 2024 06:00:26 -0700 Subject: [PATCH] Update id_token.py: import the right types --- google/oauth2/id_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/oauth2/id_token.py b/google/oauth2/id_token.py index a555a852a..60db8aed0 100644 --- a/google/oauth2/id_token.py +++ b/google/oauth2/id_token.py @@ -64,7 +64,7 @@ from google.auth import jwt from google.auth import transport -from typing import Union +from typing import Any, Mapping, Union # The URL that provides public certificates for verifying ID tokens issued