1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-05-04 20:57:31 +00:00

Remove useless import

This commit is contained in:
playma 2019-09-27 08:32:26 +08:00
parent cfc297d8f5
commit 252eb13277

View File

@ -11,7 +11,6 @@ from ..compat import (
compat_urlparse, compat_urlparse,
) )
from ..utils import ( from ..utils import (
ExtractorError,
sanitized_Request, sanitized_Request,
urlencode_postdata, urlencode_postdata,
) )