mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Replace imports by importing from actual module instead of from package (__init__.py)
PiperOrigin-RevId: 786342250
This commit is contained in:
committed by
Copybara-Service
parent
430b82024f
commit
927c75f0ee
@@ -23,7 +23,7 @@ from unittest import mock
|
||||
|
||||
import dateutil
|
||||
import dateutil.relativedelta
|
||||
from google.adk.tools import BaseTool
|
||||
from google.adk.tools.base_tool import BaseTool
|
||||
from google.adk.tools.bigquery import BigQueryCredentialsConfig
|
||||
from google.adk.tools.bigquery import BigQueryToolset
|
||||
from google.adk.tools.bigquery.config import BigQueryToolConfig
|
||||
|
||||
Reference in New Issue
Block a user