forked from LBRYCommunity/lbry-sdk
fix lbrynet.schema import
This commit is contained in:
parent
3adf3c26f2
commit
dbf39baeb1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from typing import Optional
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
from lbryschema.schema import SECP256k1
|
from lbrynet.schema import SECP256k1
|
||||||
from torba.client.basemanager import BaseWalletManager
|
from torba.client.basemanager import BaseWalletManager
|
||||||
|
|
||||||
from lbrynet.schema.claim import ClaimDict
|
from lbrynet.schema.claim import ClaimDict
|
||||||
|
|
Loading…
Reference in a new issue