Skip to content

Commit 891d4c4

Browse files
committed
correct warning
1 parent 57aee0a commit 891d4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
__version__ = VERSION
99
warnings.warn(
10-
'This is a placeholder until pydantic-settings is released, ' 'see https://github.com/pydantic/pydantic/pull/4492'
10+
'This is a placeholder until pydantic-settings is released, see https://github.com/pydantic/pydantic/pull/4492'
1111
)

0 commit comments

Comments
 (0)