Explorar el Código

[cbsnews] Remove unused import

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

+ 0 - 1
youtube_dl/extractor/cbsnews.py

@@ -5,7 +5,6 @@ import re
 import json
 import json
 
 
 from .theplatform import ThePlatformIE
 from .theplatform import ThePlatformIE
-from ..utils import remove_start
 
 
 
 
 class CBSNewsIE(ThePlatformIE):
 class CBSNewsIE(ThePlatformIE):