You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: replace module import for BaseAgent in local_eval_service
PiperOrigin-RevId: 789136339
This commit is contained in:
committed by
Copybara-Service
parent
7d06fb735e
commit
247fd2066c
@@ -24,7 +24,7 @@ import uuid
|
||||
|
||||
from typing_extensions import override
|
||||
|
||||
from ..agents import BaseAgent
|
||||
from ..agents.base_agent import BaseAgent
|
||||
from ..artifacts.base_artifact_service import BaseArtifactService
|
||||
from ..artifacts.in_memory_artifact_service import InMemoryArtifactService
|
||||
from ..errors.not_found_error import NotFoundError
|
||||
|
||||
Reference in New Issue
Block a user