Преглед изворни кода

[cbsnews] Remove unused import

Sergey M․ пре 10 година
родитељ
комит
ed7cd1e859
1 измењених фајлова са 0 додато и 1 уклоњено
  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):