Skip to content

Commit 28d950e

Browse files
committed
remove warning
1 parent a522afe commit 28d950e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pydantic_settings/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import warnings
2-
31
from .main import BaseSettings
42
from .sources import (
53
DotEnvSettingsSource,
@@ -21,6 +19,3 @@
2119
)
2220

2321
__version__ = VERSION
24-
warnings.warn(
25-
'This is a placeholder until pydantic-settings is released, see https://github.com/pydantic/pydantic/pull/4492'
26-
)

0 commit comments

Comments
 (0)