We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5619943 commit 3ceee85Copy full SHA for 3ceee85
src/OpenSSL/_util.py
@@ -14,7 +14,7 @@
14
15
binding = Binding()
16
ffi = binding.ffi
17
-lib = binding.lib
+lib: Any = binding.lib
18
19
20
# This is a special CFFI allocator that does not bother to zero its memory
0 commit comments