Skip to content

Commit b0e257b

Browse files
authored
Update __init__.py
1 parent 6fe39cc commit b0e257b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/stdio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import logging
12
import os
23
import sys
34
from contextlib import asynccontextmanager
@@ -12,7 +13,6 @@
1213

1314
import mcp.types as types
1415
from mcp.shared.message import SessionMessage
15-
import logging
1616

1717
logger = logging.getLogger(__name__)
1818

0 commit comments

Comments
 (0)