瀏覽代碼

[cbs] Remove unused import

Sergey M․ 9 年之前
父節點
當前提交
b6b950bf58
共有 1 個文件被更改,包括 0 次插入1 次删除
  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,
 )