1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-04-19 21:37:40 +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,
)
from ..utils import (
ExtractorError,
sanitized_Request,
urlencode_postdata,
)