diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-11-04 16:18:51 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-11-04 16:18:51 +0100 | 
| commit | cb5a470635ea2ad91f18d33e391979aabb0755fb (patch) | |
| tree | a71dec037655c3f6976614a04c216bbcda81603b | |
| parent | 17d1900581ffd12866e56640080ce340d99149a2 (diff) | |
[vimeo] Remove unused import
| -rw-r--r-- | youtube_dl/extractor/vimeo.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index b608740b8..ca716c8f5 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -8,7 +8,6 @@ import itertools  from .common import InfoExtractor  from ..compat import (      compat_HTTPError, -    compat_urllib_parse,      compat_urllib_request,      compat_urlparse,  )  | 
