forked from LBRYCommunity/lbry-sdk
fix two unit tests
This commit is contained in:
parent
745031c020
commit
b01887c7ec
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ from types import SimpleNamespace
|
|||
from contextlib import asynccontextmanager
|
||||
|
||||
import docopt
|
||||
from torba.testcase import AsyncioTestCase
|
||||
from lbry.testcase import AsyncioTestCase
|
||||
|
||||
from lbry.extras.cli import normalize_value, main, setup_logging
|
||||
from lbry.extras.system_info import get_platform
|
||||
|
|
|
@ -4,6 +4,7 @@ import types
|
|||
import tempfile
|
||||
import unittest
|
||||
import argparse
|
||||
import lbry.wallet
|
||||
from lbry.conf import Config, BaseConfig, String, Integer, Toggle, Servers, Strings, StringChoice, NOT_SET
|
||||
from lbry.error import InvalidCurrencyError
|
||||
|
||||
|
|
Loading…
Reference in a new issue