Skip to content

Commit 709d857

Browse files
style: apply pyink formatting to evaluation_generator.py
1 parent 88029a6 commit 709d857

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/google/adk/evaluation/evaluation_generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ def convert_events_to_eval_invocations(
315315
invocation_events = [
316316
InvocationEvent(author=e.author, content=e.content)
317317
for e in events_to_add
318-
if final_event is None or e is not final_event or e.get_function_calls()
318+
if final_event is None
319+
or e is not final_event
320+
or e.get_function_calls()
319321
]
320322
invocations.append(
321323
Invocation(

0 commit comments

Comments
 (0)