Skip to content

Commit 0213311

Browse files
authored
Fix for new mypy release (#1444)
1 parent 7fd0ab8 commit 0213311

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)