pylint unused import
This commit is contained in:
parent
31586bf588
commit
c9d4ad5450
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ from aiohttp import client_exceptions
|
||||||
from lbrynet import utils, conf, log_support
|
from lbrynet import utils, conf, log_support
|
||||||
from lbrynet.extras.daemon import analytics
|
from lbrynet.extras.daemon import analytics
|
||||||
from lbrynet.extras.daemon.Daemon import Daemon
|
from lbrynet.extras.daemon.Daemon import Daemon
|
||||||
import json
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import logging
|
import logging
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
Loading…
Reference in a new issue