aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/cbsnews.py1
1 files changed, 0 insertions, 1 deletions
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):