Skip to content

Commit 3a45353

Browse files
refactor: minor linting adjustments
1 parent c143464 commit 3a45353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async def _handle_post_request(self, ctx: RequestContext) -> None:
273273
message.root.id,
274274
)
275275
return
276-
276+
277277
if response.status_code == 404:
278278
if isinstance(message.root, JSONRPCRequest):
279279
await self._send_session_terminated_error(

0 commit comments

Comments
 (0)