From: Jaime Marquínez Ferrándiz Date: Fri, 24 Apr 2015 20:06:22 +0000 (+0200) Subject: [ellentv] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a4196c3ea57cf06b6d1f961b9c40f65e173c9876;p=youtube-dl [ellentv] Remove unused import --- diff --git a/youtube_dl/extractor/ellentv.py b/youtube_dl/extractor/ellentv.py index 74b50bca2..02c6a4615 100644 --- a/youtube_dl/extractor/ellentv.py +++ b/youtube_dl/extractor/ellentv.py @@ -6,7 +6,6 @@ import json from .common import InfoExtractor from ..utils import ( ExtractorError, - parse_iso8601, )