remove unused import in lbrynet.daemon.Daemon

This commit is contained in:
Akinwale Ariwodola 2018-05-24 22:19:42 +01:00 committed by Lex Berezhny
parent 97547e904e
commit c4550ef5b6

View file

@ -2,7 +2,6 @@ import binascii
import logging.handlers
import mimetypes
import os
import sys
import base58
import requests
import urllib