mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-18 16:59:30 +00:00
`any` is a built-in logic function but not a valid type hint Instead, use `Any`, the special construct from the typing module that informs static analysis tools.