浏览代码

[ellentv] Remove unused import

Jaime Marquínez Ferrándiz 10 年之前
父节点
当前提交
a4196c3ea5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/ellentv.py

+ 0 - 1
youtube_dl/extractor/ellentv.py

@@ -6,7 +6,6 @@ import json
 from .common import InfoExtractor
 from ..utils import (
     ExtractorError,
-    parse_iso8601,
 )