summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-06-09 23:14:04 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-06-09 23:14:04 +0200
commitd5e944359e269f0b478595329872e3277f651c36 (patch)
tree091d4b358596c797cb48a6726c7dda1bce54c8cf
parent826ec77fb2843357601e795e812fe04bfd6990d1 (diff)
downloadyoutube-dl-d5e944359e269f0b478595329872e3277f651c36.tar.gz
youtube-dl-d5e944359e269f0b478595329872e3277f651c36.tar.xz
youtube-dl-d5e944359e269f0b478595329872e3277f651c36.zip
Remove unused import
-rw-r--r--youtube_dl/extractor/hypem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/hypem.py b/youtube_dl/extractor/hypem.py
index 6a95da900..6d0d847c6 100644
--- a/youtube_dl/extractor/hypem.py
+++ b/youtube_dl/extractor/hypem.py
@@ -6,7 +6,6 @@ import time
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     compat_urllib_parse,
     compat_urllib_request,