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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user