1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00

[yandexmusic:playlist] Remove unused imports

This commit is contained in:
Sergey M․ 2016-05-04 22:34:37 +06:00
parent 15fc0658f7
commit d36724cca4
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -10,8 +10,6 @@ from ..utils import (
ExtractorError,
int_or_none,
float_or_none,
sanitized_Request,
urlencode_postdata,
)