mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
chore: constructor shouldn't have return type hint.
PiperOrigin-RevId: 760021373
This commit is contained in:
parent
57de9634de
commit
f592de4cc0
@ -168,7 +168,7 @@ class MCPSessionManager:
|
||||
connection_params: StdioServerParameters | SseServerParams,
|
||||
exit_stack: AsyncExitStack,
|
||||
errlog: TextIO = sys.stderr,
|
||||
) -> ClientSession:
|
||||
):
|
||||
"""Initializes the MCP session manager.
|
||||
|
||||
Example usage:
|
||||
|
Loading…
Reference in New Issue
Block a user