1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-08-18 13:26:23 +00:00

feat: remove unused permutations import from bip-0352/reference.py

This commit is contained in:
Fibonacci747 2025-08-15 10:58:43 +02:00 committed by GitHub
parent 9a55a542cc
commit 4463068012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ import json
from typing import List, Tuple, Dict, cast from typing import List, Tuple, Dict, cast
from sys import argv, exit from sys import argv, exit
from functools import reduce from functools import reduce
from itertools import permutations
# local files # local files
from bech32m import convertbits, bech32_encode, decode, Encoding from bech32m import convertbits, bech32_encode, decode, Encoding