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

[vimeo] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-11-04 16:18:51 +01:00
parent 17d1900581
commit cb5a470635

View file

@ -8,7 +8,6 @@ import itertools
from .common import InfoExtractor
from ..compat import (
compat_HTTPError,
compat_urllib_parse,
compat_urllib_request,
compat_urlparse,
)