Skip to content

Commit 0118fcf

Browse files
committed
ruff
1 parent 851758f commit 0118fcf

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
@@ -410,7 +410,7 @@ async def handle_request_async():
410410
else:
411411
await handle_request_async()
412412

413-
except Exception as exc:
413+
except Exception:
414414
logger.exception("Error in post_writer")
415415
finally:
416416
await read_stream_writer.aclose()

0 commit comments

Comments
 (0)