Skip to content

Commit af6be96

Browse files
committed
fix ruff
1 parent 5bcfe62 commit af6be96

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
@@ -39,7 +39,7 @@ async def __call__(
3939
class ListRootsFnT(Protocol):
4040
async def __call__(
4141
self, context: RequestContext["ClientTransportSession", Any]
42-
) -> types.ListRootsResult | types.ErrorData: ... # pragma: no branch
42+
) -> types.ListRootsResult | types.ErrorData: ... # pragma: no branch
4343

4444

4545
class LoggingFnT(Protocol):

0 commit comments

Comments
 (0)