Remove unused attributes (#6631)

This commit is contained in:
Alex Gaynor 2021-11-20 16:13:17 -05:00 committed by GitHub
parent cbc7861acb
commit ccbcd464f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,8 +75,6 @@ class Hash(HashContext):
raise TypeError("Expected instance of hashes.HashAlgorithm.")
self._algorithm = algorithm
self._backend = backend
if ctx is None:
from cryptography.hazmat.backends.openssl.backend import (
backend as ossl,