forked from LBRYCommunity/lbry-sdk
moved import to make pylint happy
This commit is contained in:
parent
fdf479241a
commit
78b84ba698
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
import unittest
|
import unittest
|
||||||
|
from typing import Optional
|
||||||
from unittest.case import _Outcome
|
from unittest.case import _Outcome
|
||||||
from torba.orchstr8 import Conductor
|
from torba.orchstr8 import Conductor
|
||||||
from torba.orchstr8.node import BlockchainNode, WalletNode
|
from torba.orchstr8.node import BlockchainNode, WalletNode
|
||||||
|
@ -8,7 +9,6 @@ from torba.client.baseledger import BaseLedger
|
||||||
from torba.client.baseaccount import BaseAccount
|
from torba.client.baseaccount import BaseAccount
|
||||||
from torba.client.basemanager import BaseWalletManager
|
from torba.client.basemanager import BaseWalletManager
|
||||||
from torba.client.wallet import Wallet
|
from torba.client.wallet import Wallet
|
||||||
from typing import Optional
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue