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 f1d436c commit cbfb1b7
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 @@ -298,7 +298,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.
"""

for field_key, env_name, value_is_complex in self._extract_field_info(field, field_name):
Expand Down

0 comments on commit cbfb1b7

Please sign in to comment.