[cbsnews] Remove unused import
[youtube-dl] / youtube_dl / extractor / cbsnews.py
index 6db66e8869735586674aed0b7bb5c9e73b6e0c34..cabf7e73b981103d074486dd35c5b422d3d770da 100644 (file)
@@ -5,7 +5,6 @@ import re
 import json
 
 from .theplatform import ThePlatformIE
-from ..utils import remove_start
 
 
 class CBSNewsIE(ThePlatformIE):