1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-11-27 23:56:51 +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,
)