Skip to content

Commit 69d693c

Browse files
committed
fix lint
1 parent 20d16db commit 69d693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
and session management.
77
"""
88

9+
import json
910
import logging
1011
from collections.abc import AsyncGenerator, Awaitable, Callable
1112
from contextlib import asynccontextmanager
1213
from dataclasses import dataclass
1314
from datetime import timedelta
14-
import json
1515

1616
import anyio
1717
import httpx

0 commit comments

Comments
 (0)