Skip to content

Commit a5351e8

Browse files
committed
style: drop unused Any import
1 parent e5290b1 commit a5351e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/mcpserver/utilities/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import annotations
1616

17-
from typing import Any, TypeAlias, cast
17+
from typing import TypeAlias, cast
1818

1919
JSONPrimitive: TypeAlias = None | str | int | float | bool
2020
JSONValue: TypeAlias = JSONPrimitive | list["JSONValue"] | dict[str, "JSONValue"]

0 commit comments

Comments
 (0)