Skip to content

Commit 2ae4c12

Browse files
committed
fix import
1 parent fa1b5fe commit 2ae4c12

File tree

1 file changed

+1
-1
lines changed
  • src/mcp/server/fastmcp/resources

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/resources/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
from collections.abc import Callable
66
from pathlib import Path
7-
from typing import Any, Self
7+
from typing import Any
88

99
import anyio
1010
import anyio.to_thread

0 commit comments

Comments
 (0)