Sfoglia il codice sorgente

[ellentv] Remove unused import

Jaime Marquínez Ferrándiz 10 anni fa
parent
commit
a4196c3ea5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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,
 )