Skip to content

Commit 015c667

Browse files
seanzhougooglecopybara-github
authored andcommitted
refactor: refactor base toolset to import from relative path
PiperOrigin-RevId: 759735824
1 parent 66a6f94 commit 015c667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/tools/base_toolset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from typing import Optional, runtime_checkable
44
from typing import Protocol
55

6-
from google.adk.agents.readonly_context import ReadonlyContext
7-
from google.adk.tools.base_tool import BaseTool
6+
from ..agents.readonly_context import ReadonlyContext
7+
from .base_tool import BaseTool
88

99

1010
@runtime_checkable

0 commit comments

Comments
 (0)