1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

[bliptv] Remove unused import

This commit is contained in:
Sergey M․ 2015-07-18 19:13:10 +06:00
parent 22603348aa
commit 9ac09ed4de

View File

@ -5,7 +5,6 @@
from .common import InfoExtractor
from ..compat import (
compat_str,
compat_urllib_request,
compat_urlparse,
)