lbry/wallet/server/db/{reader,fts} -> lbry/db

This commit is contained in:
Lex Berezhny 2020-04-28 12:26:17 -04:00
parent 1f72751a88
commit fd5be69d55
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,7 @@ from lbry.error import ResolveCensoredError
from lbry.schema.url import URL, normalize_name
from lbry.schema.tags import clean_tags
from lbry.schema.result import Outputs, Censor
from lbry.wallet import Ledger, RegTestLedger
from lbry.blockchain.ledger import Ledger, RegTestLedger
from .common import CLAIM_TYPES, STREAM_TYPES, COMMON_TAGS
from .full_text_search import FTS_ORDER_BY