Skip to content

Commit fc259c3

Browse files
committed
chore(cli): revert accidental docstring changes
1 parent b871d21 commit fc259c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/google/adk/cli/cli_deploy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _ensure_agent_engine_dependency(requirements_txt_path: str) -> None:
196196
' Optional. Additional keyword arguments to pass to the\n '
197197
' session service.\n\n Returns:\n '
198198
' Session: The session instance (if any). It returns None if the\n '
199-
' session is not found.\n\n Raises:\n '
199+
' session is not found.\n\n Raises:\n '
200200
' RuntimeError: If the session is not found.\n '
201201
),
202202
'parameters': {
@@ -386,9 +386,9 @@ def _ensure_agent_engine_dependency(requirements_txt_path: str) -> None:
386386
'description': (
387387
'Streams responses asynchronously from the ADK application.\n\n '
388388
' In general, you should use `async_stream_query` instead, as it'
389-
' has a more structured API and works with the respective'
390-
' ADK services that you have defined for the AdkApp. This'
391-
' method is primarily meant for invocation from'
389+
' has a\n more structured API and works with the respective'
390+
' ADK services that\n you have defined for the AdkApp. This'
391+
' method is primarily meant for\n invocation from'
392392
' AgentSpace.\n\n Args:\n request_json (str):\n '
393393
' Required. The request to stream responses for.\n '
394394
' '

0 commit comments

Comments
 (0)