fix flake8 F401+F403 (module imported but unused + unable to detect undefined names)
This commit is contained in:
@@ -5,7 +5,6 @@ from decimal import Decimal
|
||||
from typing import List, NamedTuple, Optional
|
||||
|
||||
import bitstring
|
||||
import embit
|
||||
import secp256k1
|
||||
from bech32 import CHARSET, bech32_decode, bech32_encode
|
||||
from ecdsa import SECP256k1, VerifyingKey
|
||||
|
||||
Reference in New Issue
Block a user