aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-07-19 11:13:27 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-07-19 11:13:27 +0200
commit0215103e92c7a40aa0cea319e72dcf49f02053fe (patch)
tree28cb60b8bf88c0d8e1e537349d327ea4c8469336
parentc2d1be8981c0f6b91635c32a3163e01b91d5db54 (diff)
downloadyoutube-dl-0215103e92c7a40aa0cea319e72dcf49f02053fe.tar.xz
[francetv] Remove unused import
-rw-r--r--youtube_dl/extractor/francetv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py
index d4f98ca16..477e22793 100644
--- a/youtube_dl/extractor/francetv.py
+++ b/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,
)