1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-10-13 14:03:47 +00:00

BIPs 327, 340: remove unused imports

Co-authored-by: Snezhkko <snezhkodaria38@gmail.com>
This commit is contained in:
Skylar Ray 2025-09-27 15:43:26 +03:00 committed by Jon Atack
parent 5d06b3b976
commit 9297c12729
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# be used in production environments. The code is vulnerable to timing attacks,
# for example.
from typing import Any, List, Optional, Tuple, NewType, NamedTuple
from typing import List, Optional, Tuple, NewType, NamedTuple
import hashlib
import secrets
import time

View File

@ -1,6 +1,5 @@
from typing import Tuple, Optional, Any
import hashlib
import binascii
# Set DEBUG to True to get a detailed debug output including
# intermediate values during key generation, signing, and