Преглед на файлове

[generic] Remove unused import

Sergey M․ преди 7 години
родител
ревизия
287cf7e443
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      youtube_dl/extractor/generic.py

+ 0 - 1
youtube_dl/extractor/generic.py

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