1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-01-05 05:48:30 +01:00
parent f46f4a995b
commit a339e5cfb5

View file

@ -8,10 +8,8 @@ import socket
from .common import InfoExtractor
from ..utils import (
compat_http_client,
compat_parse_qs,
compat_str,
compat_urllib_error,
compat_urllib_parse_urlparse,
compat_urllib_request,
ExtractorError,