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:
Jaime Marquínez Ferrándiz 2016-04-01 20:43:14 +02:00
parent 329c1eae54
commit 0f28777f58

View file

@ -5,7 +5,6 @@ from .common import InfoExtractor
from .cbs import CBSBaseIE
from ..utils import (
parse_duration,
find_xpath_attr,
)