1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-28 21:08:45 +02: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 import json
from .theplatform import ThePlatformIE from .theplatform import ThePlatformIE
from ..utils import remove_start
class CBSNewsIE(ThePlatformIE): class CBSNewsIE(ThePlatformIE):