浏览代码

[rtlnow] Remove unused import

Sergey M. 11 年之前
父节点
当前提交
978177527e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/rtlnow.py

+ 0 - 1
youtube_dl/extractor/rtlnow.py

@@ -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,
 )
 )