chore: change import path to import directly from module instead of package

PiperOrigin-RevId: 767697759
This commit is contained in:
Xiang (Sean) Zhou
2025-06-05 11:40:24 -07:00
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"