jakubplichta / grafana-dashboard-builder

Generate Grafana dashboards with YAML
Apache License 2.0
147 stars 42 forks source link

Specify Loader= argument for each yams.load() functions #164

Closed trampfox closed 5 years ago

trampfox commented 5 years ago

This PR removes the warning message related to the deprecation of the plain yaml.load(input) function. Loader= argument has been added in each point of the code which triggered the warning.

Resolves #143.