1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-24 23:23:24 +02:00

[karaoketv] Remove unused import

This commit is contained in:
Philipp Hagemeister 2015-01-11 10:48:20 +01:00
parent 8ad6b5ed9f
commit 6a5fa75490

View File

@ -4,7 +4,6 @@ from __future__ import unicode_literals
from .common import InfoExtractor
from ..compat import compat_urllib_parse
from ..utils import (
ExtractorError,
js_to_json,
)