chore: reformat the code with autoformat.sh

PiperOrigin-RevId: 763256626
This commit is contained in:
Xiang (Sean) Zhou
2025-05-25 20:32:49 -07:00
committed by Copybara-Service
parent 98c8a71d67
commit 74a331f1fb
3 changed files with 4 additions and 5 deletions

View File

@@ -214,9 +214,9 @@ def mock_get_api_client():
'1': MOCK_EVENT_JSON,
}
with mock.patch(
"google.adk.sessions.vertex_ai_session_service._get_api_client",
'google.adk.sessions.vertex_ai_session_service._get_api_client',
return_value=api_client,
):
):
yield