Skip to content

Commit 5fbede9

Browse files
authored
Update __init__.py
1 parent b0e257b commit 5fbede9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/client/stdio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
import mcp.types as types
1515
from mcp.shared.message import SessionMessage
1616

17-
logger = logging.getLogger(__name__)
18-
1917
from .win32 import (
2018
create_windows_process,
2119
get_windows_executable_command,
2220
terminate_windows_process,
2321
)
2422

23+
logger = logging.getLogger(__name__)
24+
2525
# Environment variables to inherit by default
2626
DEFAULT_INHERITED_ENV_VARS = (
2727
[

0 commit comments

Comments
 (0)