Fix sanity failures (#263)

* Fix sanity failures.

* Add changelog fragment.
This commit is contained in:
Felix Fontein
2021-08-12 11:23:11 +02:00
committed by GitHub
parent 38ce150f80
commit c9ec463893
3 changed files with 8 additions and 5 deletions

View File

@@ -451,7 +451,7 @@ class KeypairBackendCryptography(KeypairBackend):
def any_in(sequence, *elements):
return any([e in sequence for e in elements])
return any(e in sequence for e in elements)
def select_backend(module, backend):