From d5e944359e269f0b478595329872e3277f651c36 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Jun 2014 23:14:04 +0200 Subject: [PATCH] Remove unused import --- youtube_dl/extractor/hypem.py | 1 - 1 file changed, 1 deletion(-) 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,