mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: change import path to import directly from module instead of package
PiperOrigin-RevId: 767697759
This commit is contained in:
committed by
Copybara-Service
parent
c224626ae1
commit
4269cac953
@@ -27,10 +27,10 @@ from google.oauth2.credentials import Credentials
|
||||
from pydantic import BaseModel
|
||||
from pydantic import model_validator
|
||||
|
||||
from ...auth import AuthConfig
|
||||
from ...auth import AuthCredential
|
||||
from ...auth import AuthCredentialTypes
|
||||
from ...auth import OAuth2Auth
|
||||
from ...auth.auth_credential import AuthCredential
|
||||
from ...auth.auth_credential import AuthCredentialTypes
|
||||
from ...auth.auth_credential import OAuth2Auth
|
||||
from ...auth.auth_tool import AuthConfig
|
||||
from ..tool_context import ToolContext
|
||||
|
||||
BIGQUERY_TOKEN_CACHE_KEY = "bigquery_token_cache"
|
||||
|
||||
Reference in New Issue
Block a user