Skip to content

Commit 2a4591f

Browse files
authored
Merge branch 'main' into spelling
2 parents 4a394ca + 2c6d6e1 commit 2a4591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def validate_exclusive(ctx, param, value):
392392
),
393393
help=(
394394
"The json file that contains a previously saved session (by"
395-
"--save_session option). The previous session will be re-displayed. And"
396-
" user can continue to interact with the agent."
395+
" --save_session option). The previous session will be re-displayed."
396+
" And user can continue to interact with the agent."
397397
),
398398
callback=validate_exclusive,
399399
)

0 commit comments

Comments
 (0)