1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-03-25 03:44:43 +00:00

[naver] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-10-02 13:41:52 +02:00
parent 06c6efa970
commit 44451f22d5

View File

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