浏览代码

[francetv] Remove unused import

Jaime Marquínez Ferrándiz 10 年之前
父节点
当前提交
0215103e92
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/francetv.py

+ 0 - 1
youtube_dl/extractor/francetv.py

@@ -14,7 +14,6 @@ from ..utils import (
     clean_html,
     clean_html,
     ExtractorError,
     ExtractorError,
     int_or_none,
     int_or_none,
-    float_or_none,
     parse_duration,
     parse_duration,
     determine_ext,
     determine_ext,
 )
 )