Skip to content

Commit 8872ef9

Browse files
committed
ruff
1 parent b3ece15 commit 8872ef9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mcp/types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from collections.abc import Callable
22
from typing import Annotated, Any, Generic, Literal, TypeAlias, TypeVar
33

4-
from typing_extensions import deprecated
5-
64
from pydantic import BaseModel, ConfigDict, Field, FileUrl, RootModel
75
from pydantic.networks import AnyUrl, UrlConstraints
6+
from typing_extensions import deprecated
87

98
"""
109
Model Context Protocol bindings for Python

0 commit comments

Comments
 (0)