Sfoglia il codice sorgente

[cbsnews] Remove unused import

Sergey M․ 10 anni fa
parent
commit
ed7cd1e859
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      youtube_dl/extractor/cbsnews.py

+ 0 - 1
youtube_dl/extractor/cbsnews.py

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