Skip to content

Commit f71f902

Browse files
committed
add missing import
1 parent fb95f70 commit f71f902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolbox-core/src/toolbox_core/auth_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from datetime import datetime, timedelta, timezone
3434
from typing import Any, Callable, Coroutine, Dict, Optional
3535

36+
import google.auth
3637
from google.auth.exceptions import GoogleAuthError
3738
from google.auth.transport.requests import AuthorizedSession, Request
3839
from google.oauth2 import id_token

0 commit comments

Comments
 (0)