Skip to content

Commit 24e9784

Browse files
authored
Update pydantic_settings/sources.py
1 parent c77b2d6 commit 24e9784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydantic_settings/sources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def import_azure_key_vault() -> None:
108108
) from e
109109

110110

111-
DotenvType = Union[Path, str, Sequence[Union[Path, str]] ...]
112-
PathType = Union[Path, str, Sequence[Union[Path, str]] ...]
111+
DotenvType = Union[Path, str, Sequence[Union[Path, str]], ...]
112+
PathType = Union[Path, str, Sequence[Union[Path, str]], ...]
113113
DEFAULT_PATH: PathType = Path('')
114114

115115
# This is used as default value for `_env_file` in the `BaseSettings` class and

0 commit comments

Comments
 (0)