diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-06-09 23:14:04 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-06-09 23:14:04 +0200 |
commit | d5e944359e269f0b478595329872e3277f651c36 (patch) | |
tree | 091d4b358596c797cb48a6726c7dda1bce54c8cf /youtube_dl | |
parent | 826ec77fb2843357601e795e812fe04bfd6990d1 (diff) |
Remove unused import
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/hypem.py | 1 |
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, |