Spaces:
Running
Running
Richard Michael commited on
Typo (#1216)
Browse files- src/fastmcp/settings.py +1 -1
src/fastmcp/settings.py
CHANGED
|
@@ -316,7 +316,7 @@ def __getattr__(name: str):
|
|
| 316 |
# Deprecated in 2.10.2
|
| 317 |
if settings.deprecation_warnings:
|
| 318 |
warnings.warn(
|
| 319 |
-
"`from fastmcp.settings import settings` is deprecated. use `
|
| 320 |
DeprecationWarning,
|
| 321 |
stacklevel=2,
|
| 322 |
)
|
|
|
|
| 316 |
# Deprecated in 2.10.2
|
| 317 |
if settings.deprecation_warnings:
|
| 318 |
warnings.warn(
|
| 319 |
+
"`from fastmcp.settings import settings` is deprecated. use `fastmcp.settings` instead.",
|
| 320 |
DeprecationWarning,
|
| 321 |
stacklevel=2,
|
| 322 |
)
|