From b6b950bf5895617e0da1ffe8ddb1e5809ba26222 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Sat, 16 Apr 2016 22:47:10 +0600 Subject: [PATCH] [cbs] Remove unused import --- youtube_dl/extractor/cbs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 653d09e34..051d783a2 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -5,7 +5,6 @@ from ..utils import ( xpath_text, xpath_element, int_or_none, - ExtractorError, find_xpath_attr, ) -- 2.30.2