Remove from itertools import permutations which is not used anywhere Re-checked the codebase: no calls to permutations(...)
BIP352: remove unused import from reference.py #1935
pull Fibonacci747 wants to merge 1 commits into bitcoin:master from Fibonacci747:unused-import changing 1 files +0 −1-
Fibonacci747 commented at 8:58 AM on August 15, 2025: contributor
-
feat: remove unused permutations import from bip-0352/reference.py 4463068012
- jonatack approved
-
jonatack commented at 3:39 PM on August 15, 2025: member
ACK, verified the remaining imports are needed.
- jonatack renamed this:
feat: remove unused permutations import from bip-0352/reference.py
BIP352: remove unused import from reference.py
on Aug 15, 2025 - jonatack merged this on Aug 15, 2025
- jonatack closed this on Aug 15, 2025
-
jonatack commented at 5:34 PM on August 15, 2025: member
In the future, will be including changes like this in the monthly batched typo-and-style cleanup.
Contributors