diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-16 22:47:10 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-16 22:47:10 +0600 |
commit | b6b950bf5895617e0da1ffe8ddb1e5809ba26222 (patch) | |
tree | 4b23672f0517ba35945d6de8dff787e9d9c18dfd /youtube_dl | |
parent | 11e60fcad83725cd74fb5b94946e2b49456435eb (diff) |
[cbs] Remove unused import
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/cbs.py | 1 |
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, ) |