Closed trampfox closed 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.
yaml.load(input)
Loader=
Resolves #143.
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.