mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Typo (#1216)
This commit is contained in:
parent
4a38784194
commit
820995286c
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ def __getattr__(name: str):
|
|||
# Deprecated in 2.10.2
|
||||
if settings.deprecation_warnings:
|
||||
warnings.warn(
|
||||
"`from fastmcp.settings import settings` is deprecated. use `fasmtpc.settings` instead.",
|
||||
"`from fastmcp.settings import settings` is deprecated. use `fastmcp.settings` instead.",
|
||||
DeprecationWarning,
|
||||
stacklevel=2,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue