forked from LBRYCommunity/lbry-sdk
fix cyclic import error
This commit is contained in:
parent
d4f1b48f52
commit
ed0cc59e66
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import aiohttp
|
|||
from aiohttp.web import GracefulExit
|
||||
from docopt import docopt
|
||||
|
||||
import lbry.wallet
|
||||
from lbry import __version__ as lbrynet_version
|
||||
from lbry.extras.daemon.loggly_handler import get_loggly_handler
|
||||
from lbry.conf import Config, CLIConfig
|
||||
|
|
Loading…
Reference in a new issue