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

[rtlnow] Remove unused import

This commit is contained in:
Sergey M. 2014-02-26 18:02:17 +07:00
parent 2648c436f3
commit 978177527e

View file

@ -8,7 +8,6 @@ from ..utils import (
ExtractorError,
clean_html,
unified_strdate,
parse_duration,
int_or_none,
)