Skip to content

Commit 465bdc8

Browse files
authored
Update types.py
1 parent fa9467d commit 465bdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Generic,
66
Literal,
77
TypeAlias,
8-
TypeVar,
98
TypedDict,
9+
TypeVar,
1010
)
1111

1212
from pydantic import BaseModel, ConfigDict, Field, FileUrl, RootModel
@@ -1218,4 +1218,4 @@ def assets(self) -> ServerInfoAssets:
12181218
)
12191219

12201220

1221-
1221+

0 commit comments

Comments
 (0)