Sfoglia il codice sorgente

[youtube] Remove unused import

Philipp Hagemeister 10 anni fa
parent
commit
70fca8d694
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      youtube_dl/extractor/youtube.py

+ 0 - 1
youtube_dl/extractor/youtube.py

@@ -28,7 +28,6 @@ from ..utils import (
     get_element_by_attribute,
     get_element_by_id,
     int_or_none,
-    js_to_json,
     OnDemandPagedList,
     orderedSet,
     unescapeHTML,