[cbs] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Sat, 16 Apr 2016 16:47:10 +0000 (22:47 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 16 Apr 2016 16:47:10 +0000 (22:47 +0600)
youtube_dl/extractor/cbs.py

index 653d09e341d15fc8be532cb04ce0d6804d44b80e..051d783a23cc7c0b5858af0c24f63187181cd276 100644 (file)
@@ -5,7 +5,6 @@ from ..utils import (
     xpath_text,
     xpath_element,
     int_or_none,
-    ExtractorError,
     find_xpath_attr,
 )