From 9297c12729670d09f9149ec6d8bad967d8161bfe Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Sat, 27 Sep 2025 15:43:26 +0300 Subject: [PATCH] BIPs 327, 340: remove unused imports Co-authored-by: Snezhkko --- bip-0327/reference.py | 2 +- bip-0340/reference.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bip-0327/reference.py b/bip-0327/reference.py index c34e8c1e..5b8d114f 100644 --- a/bip-0327/reference.py +++ b/bip-0327/reference.py @@ -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 diff --git a/bip-0340/reference.py b/bip-0340/reference.py index b327e0a2..912ffd91 100644 --- a/bip-0340/reference.py +++ b/bip-0340/reference.py @@ -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