Skip to content

Commit

Permalink
Update pydantic_settings/sources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored Sep 13, 2024
1 parent 24e9784 commit c98aa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydantic_settings/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def import_azure_key_vault() -> None:
) from e


DotenvType = Union[Path, str, Sequence[Union[Path, str]], ...]
PathType = Union[Path, str, Sequence[Union[Path, str]], ...]
DotenvType = Union[Path, str, Sequence[Union[Path, str]]]
PathType = Union[Path, str, Sequence[Union[Path, str]]]
DEFAULT_PATH: PathType = Path('')

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

0 comments on commit c98aa4e

Please sign in to comment.