forked from LBRYCommunity/lbry-sdk
pylint fixes
This commit is contained in:
parent
b07ca20e0e
commit
d9df2ead84
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ import stat
|
|||
import json
|
||||
import zlib
|
||||
import typing
|
||||
from hashlib import sha256
|
||||
from typing import Sequence, MutableSequence
|
||||
from torba.client.hash import better_aes_encrypt, better_aes_decrypt
|
||||
from hashlib import sha256
|
||||
from operator import attrgetter
|
||||
from torba.client.hash import better_aes_encrypt, better_aes_decrypt
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from torba.client import basemanager, baseaccount, baseledger
|
||||
|
|
Loading…
Reference in a new issue