1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +00:00

[arte.tv] Remove unused import

This commit is contained in:
Sergey M․ 2014-10-21 21:06:24 +07:00
parent 74214d35c5
commit 40bca5f927

View file

@ -10,7 +10,6 @@ from ..utils import (
unified_strdate,
determine_ext,
get_element_by_id,
compat_str,
get_element_by_attribute,
int_or_none,
)