Skip to content

Commit f0782d2

Browse files
committed
fix long line
1 parent 87722f8 commit f0782d2

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
@@ -280,7 +280,9 @@ async def send_request(
280280
)
281281

282282
raise McpError(
283-
ErrorData(code=REQUEST_CANCELLED, message="Request cancelled")
283+
ErrorData(
284+
code=REQUEST_CANCELLED, message="Request cancelled"
285+
)
284286
)
285287

286288
except TimeoutError:

0 commit comments

Comments
 (0)