Skip to content

Commit 46d0452

Browse files
committed
ruff
1 parent 635ab04 commit 46d0452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/streamable_http_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def run_stateless_server(*, task_status: TaskStatus[None] = anyio.TASK_STA
179179
self.app.create_initialization_options(),
180180
stateless=True,
181181
)
182-
except Exception as e:
182+
except Exception:
183183
logger.exception("Stateless session crashed")
184184

185185
# Assert task group is not None for type checking

0 commit comments

Comments
 (0)