peloton
peloton copied to clipboard
Fix Deprecation function(load -> safe_load)
Hi, I fixed to safe_load function from load function Because, load function is deprecated. detail: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Please check this pull request. Thank you.