Skip to content

Commit c068360

Browse files
test: remove covered no-cover pragma
1 parent e185742 commit c068360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async def handle_get_stream(self, client: httpx2.AsyncClient, read_stream_writer
234234
logger.debug("GET stream error", exc_info=True)
235235
attempt += 1
236236

237-
if attempt >= MAX_RECONNECTION_ATTEMPTS: # pragma: no cover
237+
if attempt >= MAX_RECONNECTION_ATTEMPTS:
238238
logger.debug(f"GET stream max reconnection attempts ({MAX_RECONNECTION_ATTEMPTS}) exceeded")
239239
return
240240

0 commit comments

Comments
 (0)