diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-01-04 14:06:23 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-01-04 14:06:23 +0100 |
commit | 9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4 (patch) | |
tree | 81051eddf6627253d7f9ad096f9f1ceb3e40e85f /youtube_dl | |
parent | bc3e582fe457f9239dc3a3386cbfd0e7db167404 (diff) |
[tf1] Remove unused import
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/tf1.py | 2 |
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 |