1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-20 17:58:43 +02: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,
)