fix import in managed_stream
This commit is contained in:
parent
558b1aeadf
commit
29ef4425b0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if typing.TYPE_CHECKING:
|
|||
from lbry.blob.blob_info import BlobInfo
|
||||
from lbry.dht.node import Node
|
||||
from lbry.extras.daemon.analytics import AnalyticsManager
|
||||
from lbry.wallet.transaction import Transaction
|
||||
from lbry.blockchain.transaction import Transaction
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue