pylint
This commit is contained in:
parent
556056c60d
commit
3ff2bcf913
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from lbry.wallet.transaction import Transaction, Output
|
||||||
from lbry.wallet.header import Headers, UnvalidatedHeaders
|
from lbry.wallet.header import Headers, UnvalidatedHeaders
|
||||||
from lbry.wallet.checkpoints import HASHES
|
from lbry.wallet.checkpoints import HASHES
|
||||||
from lbry.wallet.constants import TXO_TYPES, CLAIM_TYPES, COIN, NULL_HASH32
|
from lbry.wallet.constants import TXO_TYPES, CLAIM_TYPES, COIN, NULL_HASH32
|
||||||
from .bip32 import PublicKey, PrivateKey
|
from lbry.wallet.bip32 import PublicKey, PrivateKey
|
||||||
from lbry.wallet.coinselection import CoinSelector
|
from lbry.wallet.coinselection import CoinSelector
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in a new issue