Browse Source

[generic] Remove unused import

Sergey M․ 7 năm trước cách đây
mục cha
commit
287cf7e443
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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