Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def smart_load_yaml(yaml_in: str | Path | dict) -> dict:
"""Return the yaml config as a dict given flexible input types.

Args:
config: The config as a dict, yaml string, or yaml file path.
yaml_in: The config as a dict, yaml string, or yaml file path.

Returns:
The config as a dict.
Expand Down
Loading