Skip to content

Commit 63208fe

Browse files
committed
nits
1 parent 596864e commit 63208fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/mcp/client/sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
from contextlib import asynccontextmanager
3-
from typing import Any, Callable
3+
from typing import Any
44
from urllib.parse import urljoin, urlparse
55

66
import anyio

src/mcp/shared/_httpx_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def __call__(
1212
self,
1313
headers: dict[str, str] | None = None,
1414
timeout: httpx.Timeout | None = None,
15-
) -> httpx.AsyncClient:
16-
...
15+
) -> httpx.AsyncClient: ...
1716

1817

1918
def create_mcp_http_client(

0 commit comments

Comments
 (0)