We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0355496 commit ac0514eCopy full SHA for ac0514e
src/cryptography/hazmat/bindings/openssl/binding.py
@@ -58,7 +58,7 @@ class Binding:
58
OpenSSL API wrapper.
59
"""
60
61
- lib: typing.ClassVar = None
+ lib: typing.ClassVar[typing.Any] = None
62
ffi = _openssl.ffi
63
_lib_loaded = False
64
_init_lock = threading.Lock()
0 commit comments