1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 19:19:32 +00: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):