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

[udemy] Remove unused import

This commit is contained in:
Sergey M․ 2016-03-31 23:00:11 +06:00
parent 6bb4600717
commit 86f3b66cec

View file

@ -17,7 +17,6 @@ from ..utils import (
int_or_none,
sanitized_Request,
unescapeHTML,
update_url_query,
urlencode_postdata,
)