Skip to content

Commit 5d05ef1

Browse files
authored
Remove alias from future annotations import
1 parent 4b1c747 commit 5d05ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Implements StreamableHTTP transport for MCP clients."""
22

3-
from __future__ import annotations as _annotations
3+
from __future__ import annotations
44

55
import contextlib
66
import logging

0 commit comments

Comments
 (0)