[cbsnews] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Wed, 27 Jan 2016 18:42:04 +0000 (00:42 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 27 Jan 2016 18:42:04 +0000 (00:42 +0600)
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):