-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace yaml.load calls with yaml.safe_load
since the use yaml.load function without a Loader argument is deprecated since pyyaml 5.1 replace yaml.loader calls with yaml.safe_loader. yaml.safe_loader is a shorthand for calling yaml.load with the SafeLoader class as Loader argument.
- Loading branch information
Arvid Krein
committed
Nov 14, 2022
1 parent
88f031f
commit 9356f6b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters