1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-27 16:38:39 +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