Skip to content

Commit 46b01ce

Browse files
committed
fix import
1 parent 656e39c commit 46b01ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from mcp.shared.session import BaseSession, ProgressFnT, RequestResponder
1515
from mcp.shared.version import SUPPORTED_PROTOCOL_VERSIONS
1616

17-
from src.mcp.client.transport_session import TransportSession
17+
from mcp.client.transport_session import TransportSession
1818

1919
DEFAULT_CLIENT_INFO = types.Implementation(name="mcp", version="0.1.0")
2020

0 commit comments

Comments
 (0)