0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-10 00:25:06 +00: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 @@
from .common import InfoExtractor
from ..utils import (
ExtractorError,
parse_iso8601,
)