mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
http: remove unused imports
This commit is contained in:
parent
a0f0b192e2
commit
9394f03251
@ -4,8 +4,6 @@ from __future__ import absolute_import
|
||||
import time
|
||||
|
||||
from svtplay_dl.output import progress, output # FIXME use progressbar() instead
|
||||
from svtplay_dl.log import log
|
||||
from svtplay_dl.utils.urllib import urlopen, Request, HTTPError
|
||||
from svtplay_dl.fetcher import VideoRetriever
|
||||
|
||||
class HTTP(VideoRetriever):
|
||||
|
Loading…
Reference in New Issue
Block a user