Skip to content

Commit b579640

Browse files
author
PR-Contributor
committed
chore: fix ruff formatting
1 parent 5fa31c3 commit b579640

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
@@ -137,7 +137,7 @@ def __init__(
137137

138138
# Experimental: Task handlers (use defaults if not provided)
139139
self._task_handlers = experimental_task_handlers or ExperimentalTaskHandlers()
140-
140+
141141
# Protocol version (defaults to LATEST_PROTOCOL_VERSION)
142142
self._protocol_version = protocol_version or types.LATEST_PROTOCOL_VERSION
143143

0 commit comments

Comments
 (0)