Explorar el Código

[cbs] Remove unused import

Sergey M․ hace 9 años
padre
commit
b6b950bf58
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/cbs.py

+ 0 - 1
youtube_dl/extractor/cbs.py

@@ -5,7 +5,6 @@ from ..utils import (
     xpath_text,
     xpath_element,
     int_or_none,
-    ExtractorError,
     find_xpath_attr,
 )