We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f26010 commit 5be990fCopy full SHA for 5be990f
1 file changed
lbry/extras/daemon/components.py
@@ -28,11 +28,7 @@
28
from lbry.wallet import WalletManager
29
from lbry.wallet.usage_payment import WalletServerPayer
30
from lbry.torrent.tracker import TrackerClient
31
-
32
-try:
33
- from lbry.torrent.session import TorrentSession
34
-except ImportError:
35
- TorrentSession = None
+from lbry.torrent.session import TorrentSession
36
37
log = logging.getLogger(__name__)
38
0 commit comments