fix lint error

This commit is contained in:
Lex Berezhny 2019-12-08 22:04:04 -05:00
parent 94a41270d0
commit 0292fd8d91

View file

@ -26,8 +26,7 @@ from lbry.blob.blob_file import is_valid_blobhash, BlobBuffer
from lbry.blob_exchange.downloader import download_blob
from lbry.dht.peer import make_kademlia_peer
from lbry.error import (
BaseError, DownloadSDTimeoutError,
ComponentsNotStartedError, ComponentStartConditionNotMetError
DownloadSDTimeoutError, ComponentsNotStartedError, ComponentStartConditionNotMetError
)
from lbry.extras import system_info
from lbry.extras.daemon import analytics