1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-02-17 14:40:39 +01: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,
)