Skip to content

Commit 3ceee85

Browse files
committed
Fix for new mypy release
1 parent 5619943 commit 3ceee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
binding = Binding()
1616
ffi = binding.ffi
17-
lib = binding.lib
17+
lib: Any = binding.lib
1818

1919

2020
# This is a special CFFI allocator that does not bother to zero its memory

0 commit comments

Comments
 (0)