Skip to content

Commit 9fd111e

Browse files
Fix import ordering
1 parent e61a291 commit 9fd111e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mcp/client/stdio/win32.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
from pathlib import Path
99
from typing import BinaryIO, TextIO, cast
1010

11-
from typing_extensions import deprecated
12-
1311
import anyio
1412
from anyio import to_thread
1513
from anyio.abc import Process
1614
from anyio.streams.file import FileReadStream, FileWriteStream
15+
from typing_extensions import deprecated
1716

1817

1918
def get_windows_executable_command(command: str) -> str:

0 commit comments

Comments
 (0)