1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 12:41:20 +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 .common import InfoExtractor
from ..compat import compat_urllib_parse
from ..utils import (
ExtractorError,
js_to_json,
)