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

[vimeo] PEP 8

This commit is contained in:
Sergey M․ 2017-02-01 02:15:52 +07:00
parent c15cd29640
commit 26c0f09935
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -22,13 +22,11 @@ from ..utils import (
smuggle_url,
std_headers,
try_get,
unified_strdate,
unified_timestamp,
unsmuggle_url,
urlencode_postdata,
unescapeHTML,
parse_filesize,
try_get,
)