1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-02 05:38:24 -05:00

[cbsnews] Remove unused import

This commit is contained in:
Sergey M․
2016-01-28 00:42:04 +06:00
parent f125d9115b
commit ed7cd1e859

View File

@@ -5,7 +5,6 @@ import re
import json
from .theplatform import ThePlatformIE
from ..utils import remove_start
class CBSNewsIE(ThePlatformIE):