Skip to content

Commit 6538db0

Browse files
committed
fix ruff format
1 parent aea2b75 commit 6538db0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/mcp/client/transport_session.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ async def initialize(self) -> types.InitializeResult:
1717
...
1818

1919
@abstractmethod
20-
async def send_ping(self):
21-
...
20+
async def send_ping(self): ...
2221

2322
@abstractmethod
2423
async def send_progress_notification(
@@ -27,8 +26,7 @@ async def send_progress_notification(
2726
progress: float,
2827
total: float | None = None,
2928
message: str | None = None,
30-
) -> None:
31-
...
29+
) -> None: ...
3230

3331
@abstractmethod
3432
async def set_logging_level(
@@ -128,4 +126,4 @@ async def list_tools(
128126
@abstractmethod
129127
async def send_roots_list_changed(self) -> None:
130128
"""Send a roots/list_changed notification."""
131-
...
129+
...

0 commit comments

Comments
 (0)