Run make format

This commit is contained in:
Micah Jerome Ellison 2022-03-12 13:18:32 -08:00
parent 9833ee9911
commit a013a87c6d

View file

@ -57,7 +57,7 @@ def save_config(config, alt_config_path=None):
config["version"] = __version__ config["version"] = __version__
yaml = YAML(typ="safe") yaml = YAML(typ="safe")
yaml.default_flow_style = False # prevents collapsing of tree structure yaml.default_flow_style = False # prevents collapsing of tree structure
with open( with open(
alt_config_path if alt_config_path else get_config_path(), alt_config_path if alt_config_path else get_config_path(),