Skip to content

Commit

Permalink
Remove leftover docstring causing warning on pydantic docs build (#321
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sydney-runkle authored Jun 24, 2024
1 parent 7ede0ec commit 674ebd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydantic_settings/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ class CliSettingsSource(EnvSettingsSource, Generic[T]):
Otherwse, defaults to sys.argv[0].
cli_parse_args: The list of CLI arguments to parse. Defaults to None.
If set to `True`, defaults to sys.argv[1:].
cli_settings_source: Override the default CLI settings source with a user defined instance. Defaults to `None`.
cli_parse_none_str: The CLI string value that should be parsed (e.g. "null", "void", "None", etc.) into `None`
type(None). Defaults to "null" if cli_avoid_json is `False`, and "None" if cli_avoid_json is `True`.
cli_hide_none_type: Hide `None` values in CLI help text. Defaults to `False`.
Expand Down

0 comments on commit 674ebd9

Please sign in to comment.