summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-01 02:15:52 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-01 02:15:52 +0700
commit26c0f09935d51cc8837230ad48db08acd3744dd9 (patch)
tree71f0a03fdf2948bf37bc6c9756a7697401b9c986
parentc15cd296404e164b72fd7f2666d5875f35057d93 (diff)
downloadyoutube-dl-26c0f09935d51cc8837230ad48db08acd3744dd9.tar.gz
youtube-dl-26c0f09935d51cc8837230ad48db08acd3744dd9.tar.xz
youtube-dl-26c0f09935d51cc8837230ad48db08acd3744dd9.zip
[vimeo] PEP 8
-rw-r--r--youtube_dl/extractor/vimeo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py
index 8ba222224..61cc469bf 100644
--- a/youtube_dl/extractor/vimeo.py
+++ b/youtube_dl/extractor/vimeo.py
@@ -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,
 )