8000 chore: constructor shouldn't have return type hint. · wongjoey/adk-python@f592de4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f592de4

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: constructor shouldn't have return type hint.
PiperOrigin-RevId: 760021373
1 parent 57de963 commit f592de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/mcp_tool/mcp_session_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __init__(
168168
connection_params: StdioServerParameters | SseServerParams,
169169
exit_stack: AsyncExitStack,
170170
errlog: TextIO = sys.stderr,
171-
) -> ClientSession:
171+
):
172172
"""Initializes the MCP session manager.
173173
174174
Example usage:

0 commit comments

Comments
 (0)
0