summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-01-04 14:06:23 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-01-04 14:06:23 +0100
commit9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4 (patch)
tree81051eddf6627253d7f9ad096f9f1ceb3e40e85f
parentbc3e582fe457f9239dc3a3386cbfd0e7db167404 (diff)
downloadyoutube-dl-9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4.tar.gz
youtube-dl-9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4.tar.xz
youtube-dl-9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4.zip
[tf1] Remove unused import
-rw-r--r--youtube_dl/extractor/tf1.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/tf1.py b/youtube_dl/extractor/tf1.py
index 07cc81226..025d0877c 100644
--- a/youtube_dl/extractor/tf1.py
+++ b/youtube_dl/extractor/tf1.py
@@ -1,8 +1,6 @@
 # coding: utf-8
 from __future__ import unicode_literals
 
-import re
-
 from .common import InfoExtractor