Skip to content

Commit 74a331f

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: reformat the code with autoformat.sh
PiperOrigin-RevId: 763256626
1 parent 98c8a71 commit 74a331f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"format",
4949
"additional_properties",
5050
"ref",
51-
"def"
51+
"def",
5252
)
5353

5454

tests/unittests/cli/utils/test_cli_tools_click.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ def mock_save_eval_set_result(cls, *args, **kwargs):
302302
stub.try_get_reset_func = lambda _p: None
303303
stub.parse_and_get_evals_to_run = lambda _paths: {"set1.json": ["e1", "e2"]}
304304
eval_sets_manager_stub.load_eval_set_from_file = lambda x, y: EvalSet(
305-
"test_eval_set_id",
306-
[EvalCase("e1"), EvalCase("e2")]
305+
"test_eval_set_id", [EvalCase("e1"), EvalCase("e2")]
307306
)
308307

309308
# Create an async generator function for run_evals

tests/unittests/sessions/test_vertex_ai_session_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ def mock_get_api_client():
214214
'1': MOCK_EVENT_JSON,
215215
}
216216
with mock.patch(
217-
"google.adk.sessions.vertex_ai_session_service._get_api_client",
217+
'google.adk.sessions.vertex_ai_session_service._get_api_client',
218218
return_value=api_client,
219-
):
219+
):
220220
yield
221221

222222

0 commit comments

Comments
 (0)