1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-25 17:27: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, ExtractorError,
clean_html, clean_html,
unified_strdate, unified_strdate,
parse_duration,
int_or_none, int_or_none,
) )