1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[bliptv] Remove unused import

This commit is contained in:
Sergey M․
2015-07-18 19:13:10 +06:00
parent 22603348aa
commit 9ac09ed4de
-1
View File
@@ -5,7 +5,6 @@ import re
from .common import InfoExtractor
from ..compat import (
compat_str,
compat_urllib_request,
compat_urlparse,
)