From: Sergey M․ Date: Wed, 27 Jan 2016 18:42:04 +0000 (+0600) Subject: [cbsnews] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ed7cd1e859cf97e975a28a5e8c58a1d1aca819fe;p=youtube-dl [cbsnews] Remove unused import --- diff --git a/youtube_dl/extractor/cbsnews.py b/youtube_dl/extractor/cbsnews.py index 6db66e886..cabf7e73b 100644 --- a/youtube_dl/extractor/cbsnews.py +++ b/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):