Skip to content

Commit 1bfc086

Browse files
committed
fix ruff
1 parent f34e8fe commit 1bfc086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/session_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ async def _aggregate_components(
291291
prompts_temp: dict[str, types.Prompt] = {}
292292
resources_temp: dict[str, types.Resource] = {}
293293
tools_temp: dict[str, types.Tool] = {}
294-
tool_to_session_temp: dict[str, "mcp.ClientTransportSession"] = {}
294+
tool_to_session_temp: dict[str, mcp.ClientTransportSession] = {}
295295

296296
# Query the server for its prompts and aggregate to list.
297297
try:

0 commit comments

Comments
 (0)