Skip to content

Commit 7119405

Browse files
committed
formatting
1 parent 55cf14d commit 7119405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/client/session_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
class SseServerParameters(BaseModel):
3131
"""Parameters for intializing a sse_client."""
32-
32+
3333
# The type of server connection.
3434
type: Literal["sse"] = "sse"
3535

@@ -48,7 +48,7 @@ class SseServerParameters(BaseModel):
4848

4949
class StreamableHttpParameters(BaseModel):
5050
"""Parameters for intializing a streamablehttp_client."""
51-
51+
5252
# The type of server connection.
5353
type: Literal["streamable_http"] = "streamable_http"
5454

0 commit comments

Comments
 (0)