mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-19 11:52:19 -06:00
chore: reformat the code with autoformat.sh
PiperOrigin-RevId: 763256626
This commit is contained in:
committed by
Copybara-Service
parent
98c8a71d67
commit
74a331f1fb
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user