Skip to content

Commit cb58ee1

Browse files
refactor: minor linting improvements
1 parent c9c3cdb commit cb58ee1

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
@@ -21,6 +21,7 @@
2121
from mcp.shared._httpx_utils import McpHttpClientFactory, create_mcp_http_client
2222
from mcp.shared.message import ClientMessageMetadata, SessionMessage
2323
from mcp.types import (
24+
INVALID_REQUEST,
2425
ErrorData,
2526
InitializeResult,
2627
JSONRPCError,
@@ -29,7 +30,6 @@
2930
JSONRPCRequest,
3031
JSONRPCResponse,
3132
RequestId,
32-
INVALID_REQUEST,
3333
)
3434

3535
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)