1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-25 11:41:52 +00:00

[brightcove] Remove unused import

This commit is contained in:
Sergey M․ 2015-11-14 06:07:24 +06:00
parent 3b7d9aa487
commit 75eac8961e

View file

@ -26,7 +26,6 @@ from ..utils import (
float_or_none,
int_or_none,
parse_iso8601,
extract_attributes,
)