pyln: Add type-annotations to pyln-proto

This commit is contained in:
Christian Decker
2020-09-25 17:36:32 +02:00
committed by Rusty Russell
parent 2a176d2ef7
commit cafaad741b
3 changed files with 23 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import bitstring
import bitstring # type: ignore
zbase32_chars = b'ybndrfg8ejkmcpqxot1uwisza345h769'