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
|
from contextlib import asynccontextmanager
|
||||||
|
|
||||||
import docopt
|
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.cli import normalize_value, main, setup_logging
|
||||||
from lbry.extras.system_info import get_platform
|
from lbry.extras.system_info import get_platform
|
||||||
|
|
|
@ -4,6 +4,7 @@ import types
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
import argparse
|
import argparse
|
||||||
|
import lbry.wallet
|
||||||
from lbry.conf import Config, BaseConfig, String, Integer, Toggle, Servers, Strings, StringChoice, NOT_SET
|
from lbry.conf import Config, BaseConfig, String, Integer, Toggle, Servers, Strings, StringChoice, NOT_SET
|
||||||
from lbry.error import InvalidCurrencyError
|
from lbry.error import InvalidCurrencyError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue