Skip to content

Commit

Permalink
Update pydantic_settings/sources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
hramezani and Kludex authored Jun 8, 2023
1 parent cbfb1b7 commit b8f2e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_settings/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def get_field_value(self, field: FieldInfo, field_name: str) -> tuple[Any, str,
Returns:
A tuple contains the key, value if the file exists otherwise `None`, and
a flag to determine whether value is complex.
a flag to determine whether value is complex.
"""

env_val: str | None = None
Expand Down

0 comments on commit b8f2e20

Please sign in to comment.