Ver Fonte

[francetv] Remove unused import

Jaime Marquínez Ferrándiz há 10 anos atrás
pai
commit
0215103e92
1 ficheiros alterados com 0 adições e 1 exclusões
  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,
 )