Skip to content

Commit

Permalink
Remove unused attributes (#6631)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 20, 2021
1 parent cbc7861 commit ccbcd46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cryptography/hazmat/primitives/hashes.py
Expand Up @@ -75,8 +75,6 @@ def __init__(
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,
Expand Down

0 comments on commit ccbcd46

Please sign in to comment.