chore: replace module import for BaseAgent in local_eval_service

PiperOrigin-RevId: 789136339
This commit is contained in:
Alejandro Cruzado-Ruiz
2025-07-30 19:18:36 -07:00
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