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

[ellentv] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-04-24 22:06:22 +02:00
parent d0aefec99a
commit a4196c3ea5
-1
View File
@@ -6,7 +6,6 @@ import json
from .common import InfoExtractor
from ..utils import (
ExtractorError,
parse_iso8601,
)