Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence unsafe YAML loader warning (#21)
Our `UniqueKeyLoader` inherits from the `yaml.SafeLoader` class, but it is flagged as unsafe by Bandit. This silences the false positive.
- Loading branch information