Skip to content

Commit fb11722

Browse files
committed
Fix: Sort imports to satisfy ruff
1 parent 13c694e commit fb11722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
2-
from typing import Any, Protocol, overload
32
from types import TracebackType
3+
from typing import Any, Protocol, overload
44

55
import anyio.lowlevel
66
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream

0 commit comments

Comments
 (0)