Browse Source

[francetv] Remove unused import

Jaime Marquínez Ferrándiz 10 năm trước cách đây
mục cha
commit
0215103e92
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,
 )