1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-29 23:29:38 +00:00

[youtube] Remove unused import

This commit is contained in:
Philipp Hagemeister 2015-01-30 10:59:19 +01:00
parent a52c633536
commit 70fca8d694

View file

@ -28,7 +28,6 @@ from ..utils import (
get_element_by_attribute, get_element_by_attribute,
get_element_by_id, get_element_by_id,
int_or_none, int_or_none,
js_to_json,
OnDemandPagedList, OnDemandPagedList,
orderedSet, orderedSet,
unescapeHTML, unescapeHTML,