1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-30 16:06:44 +00:00

Merge pull request #1935 from Fibonacci747/unused-import

BIP352: remove unused import from reference.py
This commit is contained in:
Jon Atack
2025-08-15 08:40:37 -07:00
committed by GitHub

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