Browse Source

[francetv] Remove unused import

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
0215103e92
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/francetv.py

+ 0 - 1
youtube_dl/extractor/francetv.py

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