Skip to content

Commit 5e096f2

Browse files
committed
format win32.py
1 parent ad2fcaf commit 5e096f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mcp/client/stdio/win32.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
import sys
88
from pathlib import Path
99
from typing import TextIO
10-
import psutil
10+
1111
import anyio
12+
import psutil
1213
from anyio.abc import Process
1314

1415

@@ -126,3 +127,5 @@ async def terminate_psutil_process(processes: list[psutil.Process]):
126127
except Exception:
127128
pass
128129

130+
131+

0 commit comments

Comments
 (0)