Skip to content

Commit 4026edf

Browse files
committed
lint
1 parent a804442 commit 4026edf

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
@@ -257,7 +257,7 @@ async def run_server(
257257
in self._server_instances
258258
and not (
259259
hasattr(http_transport, "_terminated")
260-
and http_transport._terminated
260+
and http_transport._terminated # pyright: ignore
261261
)
262262
):
263263
logger.info(

0 commit comments

Comments
 (0)