From e8c1120f6a7310c0103a0944b59e4d851bfd7019 Mon Sep 17 00:00:00 2001 From: chazardsquair <48913100+chazardsquair@users.noreply.github.com> Date: Sun, 28 Apr 2019 14:20:25 -0500 Subject: [PATCH] [XVideos] Remove unused import Flake8 found unused import, removed --- youtube_dl/extractor/xvideos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index b680042d9..fea1ace94 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -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 )