Skip to content

Commit

Permalink
Update id_token.py: import the right types
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattscarpenter authored Aug 20, 2024
1 parent 97daa94 commit 50760ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/oauth2/id_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50760ef

Please sign in to comment.