mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-30 17:01:28 +00:00
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…
Add table
Reference in a new issue