[XVideos] Remove unused import

Flake8 found unused import, removed
This commit is contained in:
chazardsquair 2019-04-28 14:20:25 -05:00 committed by GitHub
parent f53dfc6b14
commit e8c1120f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ from ..utils import (
int_or_none,
parse_duration,
get_element_by_class,
get_elements_by_class,
js_to_json,
try_get
)