Skip to content

Commit ac0514e

Browse files
authored
typing fix for mypy 1.18 (#13427)
1 parent 0355496 commit ac0514e

File tree

1 file changed

+1
-1
lines changed
  • src/cryptography/hazmat/bindings/openssl

1 file changed

+1
-1
lines changed

src/cryptography/hazmat/bindings/openssl/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Binding:
5858
OpenSSL API wrapper.
5959
"""
6060

61-
lib: typing.ClassVar = None
61+
lib: typing.ClassVar[typing.Any] = None
6262
ffi = _openssl.ffi
6363
_lib_loaded = False
6464
_init_lock = threading.Lock()

0 commit comments

Comments
 (0)