1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[vevo] remove unused import

This commit is contained in:
Philipp Hagemeister 2013-06-26 18:04:47 +02:00
parent aa0c87391c
commit 9b0756f8f2

View file

@ -3,7 +3,6 @@ import json
from .common import InfoExtractor
from ..utils import (
unified_strdate,
ExtractorError,
)