Browse Source

[naver] Remove unused import

Jaime Marquínez Ferrándiz 10 năm trước cách đây
mục cha
commit
44451f22d5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 (
     ExtractorError,
-    clean_html,
 )