fix lbrynet.schema import

This commit is contained in:
Lex Berezhny 2018-11-04 02:48:59 -05:00
parent 3adf3c26f2
commit dbf39baeb1

View file

@ -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