pylint fixes
This commit is contained in:
parent
a7838b80c3
commit
2b73d3d109
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import random
|
import random
|
||||||
import typing
|
import typing
|
||||||
from typing import List, Dict, Tuple, Type, Optional, Any
|
from typing import Dict, Tuple, Type, Optional, Any
|
||||||
|
|
||||||
from torba.mnemonic import Mnemonic
|
from torba.mnemonic import Mnemonic
|
||||||
from torba.bip32 import PrivateKey, PubKey, from_extended_key_string
|
from torba.bip32 import PrivateKey, PubKey, from_extended_key_string
|
||||||
|
@ -10,7 +10,6 @@ from torba.constants import COIN
|
||||||
if typing.TYPE_CHECKING:
|
if typing.TYPE_CHECKING:
|
||||||
from torba import baseledger
|
from torba import baseledger
|
||||||
from torba import wallet as basewallet
|
from torba import wallet as basewallet
|
||||||
from torba import basetransaction
|
|
||||||
|
|
||||||
|
|
||||||
class AddressManager:
|
class AddressManager:
|
||||||
|
|
Loading…
Reference in a new issue