mirror of
https://github.com/bitcoin/bips.git
synced 2026-06-08 17:25:25 +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.