def reformat_yaml()

in source/generate_dag.py [0:0]


def reformat_yaml(yaml_data):
    """Reformats YAML data with an indentation of 4 spaces."""
    return yaml.dump(yaml_data, indent=4)