Skip to content

Commit b0fc099

Browse files
author
g97iulio1609
committed
style: apply ruff format
1 parent 2d9c089 commit b0fc099

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/server/mcpserver/test_tool_manager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,7 @@ async def test_context_injection_callable_class(self):
390390
"""Test that context is properly injected for callable class instances."""
391391

392392
class MyTool:
393-
async def __call__(
394-
self, x: int, ctx: Context[ServerSessionT, None]
395-
) -> str:
393+
async def __call__(self, x: int, ctx: Context[ServerSessionT, None]) -> str:
396394
assert isinstance(ctx, Context)
397395
return str(x)
398396

0 commit comments

Comments
 (0)