WolfgangFahl / pyOnlineSpreadSheetEditing

python Online SpreadSheet Editing tool with configurable enhancer/importer and check phase
Apache License 2.0
2 stars 0 forks source link

fix deprecated yaml code #37

Closed WolfgangFahl closed 1 year ago

WolfgangFahl commented 1 year ago

`` safe_load will be removed, use

yaml=YAML(typ='safe', pure=True) yaml.load(...) ``