Browse Source

[ellentv] Remove unused import

Jaime Marquínez Ferrándiz 10 năm trước cách đây
mục cha
commit
a4196c3ea5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,
 )