about summary refs log tree commit diff
path: root/youtube_dl/extractor/cbs.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-04-16 22:47:10 +0600
committerSergey M․ <dstftw@gmail.com>2016-04-16 22:47:10 +0600
commitb6b950bf5895617e0da1ffe8ddb1e5809ba26222 (patch)
tree4b23672f0517ba35945d6de8dff787e9d9c18dfd /youtube_dl/extractor/cbs.py
parent11e60fcad83725cd74fb5b94946e2b49456435eb (diff)
downloadyoutube-dl-b6b950bf5895617e0da1ffe8ddb1e5809ba26222.tar.gz
youtube-dl-b6b950bf5895617e0da1ffe8ddb1e5809ba26222.tar.xz
youtube-dl-b6b950bf5895617e0da1ffe8ddb1e5809ba26222.zip
[cbs] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/cbs.py')
-rw-r--r--youtube_dl/extractor/cbs.py1
1 files changed, 0 insertions, 1 deletions
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,
 )