We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9051c commit 1d67fe0Copy full SHA for 1d67fe0
pydantic_ssm_settings/settings.py
@@ -18,8 +18,8 @@ def customise_sources(
18
) -> Tuple[SettingsSourceCallable, ...]:
19
20
return (
21
- env_settings,
22
init_settings,
+ env_settings,
23
# Usurping the `secrets_dir` arg. We can't expect any other args to
24
# be passed to # the Settings module because Pydantic will complain
25
# about unexpected arguments. `secrets_dir` comes from `_secrets_dir`,
0 commit comments