1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-25 08:40:05 +02: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

View File

@ -6,7 +6,6 @@ import json
from .common import InfoExtractor
from ..utils import (
ExtractorError,
parse_iso8601,
)