Skip to content

Commit fc17b95

Browse files
committed
fix ruff check
1 parent 3f0b620 commit fc17b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from typing_extensions import TypeVar
55

6-
from mcp import ServerTransportSession, ClientTransportSession
6+
from mcp import ClientTransportSession, ServerTransportSession
77
from mcp.shared.session import BaseSession
88
from mcp.types import RequestId, RequestParams
99

0 commit comments

Comments
 (0)