Skip to content

Commit d86b4a5

Browse files
committed
tidy up ruff check
1 parent ac4b822 commit d86b4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ async def make_request(client_session: ClientSession):
165165
nonlocal ev_cancelled
166166
try:
167167
await client_session.call_tool("slow_tool", cancellable=False)
168-
except McpError as e:
168+
except McpError:
169169
pytest.fail("Request should not have been cancelled")
170170

171171
async with create_connected_server_and_client_session(

0 commit comments

Comments
 (0)