Skip to content

Commit 22134fa

Browse files
committed
style: appease linter
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent b9fc7b4 commit 22134fa

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
@@ -222,7 +222,7 @@ async def handle_get_stream(self, client: httpx.AsyncClient, read_stream_writer:
222222
# For other HTTP errors, log and retry
223223
logger.debug(f"GET stream HTTP error: {exc.response.status_code} - {exc}")
224224
attempt += 1
225-
except Exception as exc: # pragma: lax no cover
225+
except Exception: # pragma: lax no cover
226226
logger.debug("GET stream error", exc_info=True)
227227
attempt += 1
228228

0 commit comments

Comments
 (0)