Skip to content

Commit 16a171f

Browse files
committed
style: apply ruff format
1 parent 7750c5f commit 16a171f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,7 @@ async def call_tool(
296296
types.CallToolRequest(
297297
method="tools/call",
298298
params=types.CallToolRequestParams(
299-
name=name,
300-
arguments=arguments,
301-
_meta=types.RequestParams.Meta(
302-
**(meta or {})
303-
)
299+
name=name, arguments=arguments, _meta=types.RequestParams.Meta(**(meta or {}))
304300
),
305301
)
306302
),

0 commit comments

Comments
 (0)