Skip to content

Commit

Permalink
Remove unused attributes (#10349)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Feb 5, 2024
1 parent 6f8c79e commit 884be2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cryptography/hazmat/bindings/openssl/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class Binding:
ffi = _openssl.ffi
_lib_loaded = False
_init_lock = threading.Lock()
_legacy_provider: typing.Any = ffi.NULL
_default_provider: typing.Any = ffi.NULL

def __init__(self) -> None:
self._ensure_ffi_initialized()
Expand Down

0 comments on commit 884be2a

Please sign in to comment.