Skip to content

Commit ccbcd46

Browse files
authored
Remove unused attributes (#6631)
1 parent cbc7861 commit ccbcd46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cryptography/hazmat/primitives/hashes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def __init__(
7575
raise TypeError("Expected instance of hashes.HashAlgorithm.")
7676
self._algorithm = algorithm
7777

78-
self._backend = backend
79-
8078
if ctx is None:
8179
from cryptography.hazmat.backends.openssl.backend import (
8280
backend as ossl,

0 commit comments

Comments
 (0)