Skip to content

Commit 07e1a52

Browse files
committed
fixed long line
1 parent 06f4b3c commit 07e1a52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mcp/shared/session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ async def send_request(
270270
reason="cancelled"
271271
)
272272
)
273-
await self._send_notification_internal(notification, request_id)
273+
await self._send_notification_internal(
274+
notification, request_id
275+
)
274276

275277
raise McpError(
276278
ErrorData(code=32601, message="Request cancelled")

0 commit comments

Comments
 (0)