Sfoglia il codice sorgente

[naver] Remove unused import

Jaime Marquínez Ferrándiz 10 anni fa
parent
commit
44451f22d5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      youtube_dl/extractor/naver.py

+ 0 - 1
youtube_dl/extractor/naver.py

@@ -10,7 +10,6 @@ from ..compat import (
 )
 )
 from ..utils import (
 from ..utils import (
     ExtractorError,
     ExtractorError,
-    clean_html,
 )
 )