mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
ci: match the environment with internal ones for pyink/isort/unittest
Previously submitted change is causing [Pyink error](https://github.com/google/adk-python/actions/runs/21884351396/job/63176122118) in repo because Pyink recently updated to 25.12.0. Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 868806575
This commit is contained in:
committed by
Copybara-Service
parent
758d337c76
commit
61c329f8ce
@@ -353,8 +353,10 @@ class TestGenerateInferencesForSingleUserInvocation:
|
||||
|
||||
events = [
|
||||
event
|
||||
async for event in EvaluationGenerator._generate_inferences_for_single_user_invocation(
|
||||
runner, "test_user", "test_session", user_content
|
||||
async for event in (
|
||||
EvaluationGenerator._generate_inferences_for_single_user_invocation(
|
||||
runner, "test_user", "test_session", user_content
|
||||
)
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
"""Testings for the Trajectory Evaluator."""
|
||||
|
||||
|
||||
from google.adk.evaluation.eval_case import IntermediateData
|
||||
from google.adk.evaluation.eval_case import Invocation
|
||||
from google.adk.evaluation.eval_metrics import EvalMetric
|
||||
|
||||
Reference in New Issue
Block a user