Tests and docstrings improvements (#4475)
This commit is contained in:
parent
c659c0fa7b
commit
615ddc9d97
22 changed files with 107 additions and 186 deletions
|
|
@ -341,10 +341,10 @@ def yaml_load(file='data.yaml', append_filename=False):
|
|||
|
||||
def yaml_print(yaml_file: Union[str, Path, dict]) -> None:
|
||||
"""
|
||||
Pretty prints a yaml file or a yaml-formatted dictionary.
|
||||
Pretty prints a YAML file or a YAML-formatted dictionary.
|
||||
|
||||
Args:
|
||||
yaml_file: The file path of the yaml file or a yaml-formatted dictionary.
|
||||
yaml_file: The file path of the YAML file or a YAML-formatted dictionary.
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue