mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Remove unused attributes (#6631)
This commit is contained in:
parent
cbc7861acb
commit
ccbcd464f0
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue