Skip to content

Commit 3757bad

Browse files
committed
Fix lint
1 parent 23d4af4 commit 3757bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from mcp.shared.exceptions import McpError
1515
from mcp.shared.message import MessageMetadata, ServerMessageMetadata, SessionMessage
1616
from mcp.types import (
17-
INVALID_PARAMS,
1817
CONNECTION_CLOSED,
18+
INVALID_PARAMS,
1919
CancelledNotification,
2020
ClientNotification,
2121
ClientRequest,

0 commit comments

Comments
 (0)