The Any type from typing was imported in bip-0327/reference.py but never used. This likely originated from copying the import header from the BIP-0340 reference, where Any is used (e.g., in pretty(v: Any)), but in BIP-0327 there is no such usage. Removing it cleans up the imports without changing behavior.
BIP327: remove unused Any import #1976
pull Snezhkko wants to merge 1 commits into bitcoin:master from Snezhkko:chore/remove-unused-any-import-bip327 changing 1 files +1 −1Labels