Selaa lähdekoodia

[vimeo] PEP 8

Sergey M․ 8 vuotta sitten
vanhempi
sitoutus
26c0f09935
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      youtube_dl/extractor/vimeo.py

+ 0 - 2
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,
 )