1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-19 07:13:05 +01:00

[qqmusic] Remove unused import

This commit is contained in:
ping 2015-06-04 17:32:06 +08:00
parent eedda32e6b
commit ed15e9ba02

View file

@ -9,7 +9,6 @@ from .common import InfoExtractor
from ..utils import (
strip_jsonp,
unescapeHTML,
js_to_json,
)
from ..compat import compat_urllib_request