Skip to content

Commit

Permalink
fixup: remove unused threads import
Browse files Browse the repository at this point in the history
  • Loading branch information
jobevers committed Jan 29, 2017
1 parent f5e8cf8 commit 5ed13cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbrynet/lbrynet_daemon/Publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import random

from twisted.internet import threads, defer, reactor
from twisted.internet import defer, reactor

from lbrynet.lbryfilemanager.EncryptedFileCreator import create_lbry_file
from lbrynet.lbryfile.StreamDescriptor import publish_sd_blob
Expand Down

0 comments on commit 5ed13cc

Please sign in to comment.