Sfoglia il codice sorgente

[generic] Remove unused import

Sergey M․ 7 anni fa
parent
commit
287cf7e443
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      youtube_dl/extractor/generic.py

+ 0 - 1
youtube_dl/extractor/generic.py

@@ -32,7 +32,6 @@ from ..utils import (
     unified_strdate,
     unified_strdate,
     unsmuggle_url,
     unsmuggle_url,
     UnsupportedError,
     UnsupportedError,
-    url_or_none,
     xpath_text,
     xpath_text,
 )
 )
 from .commonprotocols import RtmpIE
 from .commonprotocols import RtmpIE