Skip to content

Commit 35d0951

Browse files
authored
Apply suggestion from @Kludex
1 parent 0284c5f commit 35d0951

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/types/_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
ProgressToken = str | int
2323
Cursor = str
2424
Role = Literal["user", "assistant"]
25-
AnyFunction: TypeAlias = Callable[..., Any]
2625

2726
TaskExecutionMode = Literal["forbidden", "optional", "required"]
2827
TASK_FORBIDDEN: Final[Literal["forbidden"]] = "forbidden"

0 commit comments

Comments
 (0)