Skip to content

Commit ad2fcaf

Browse files
committed
format required
1 parent 645ca4f commit ad2fcaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/client/stdio/win32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import subprocess
77
import sys
88
from pathlib import Path
9-
from typing import List, TextIO
9+
from typing import TextIO
1010
import psutil
1111
import anyio
1212
from anyio.abc import Process
@@ -97,7 +97,7 @@ async def terminate_windows_process(process: Process):
9797
await terminate_psutil_process([parent])
9898

9999

100-
async def terminate_psutil_process(processes: List[psutil.Process]):
100+
async def terminate_psutil_process(processes: list[psutil.Process]):
101101
"""
102102
Terminate a Windows process.
103103

0 commit comments

Comments
 (0)