diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-23 04:27:10 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-23 04:27:10 +0700 |
commit | 3331a4644d141ba9163ecf08015ccb9e0a5b87f4 (patch) | |
tree | e015a38152cdba702ddfc092261bf066eab7733f | |
parent | adf1921dc157af23e8b317d6095b88c87a149e2f (diff) |
[vk] Remove unused import
-rw-r--r-- | youtube_dl/extractor/vk.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py index f8d07beaf..cfc5ffd8b 100644 --- a/youtube_dl/extractor/vk.py +++ b/youtube_dl/extractor/vk.py @@ -11,7 +11,6 @@ from ..utils import ( ExtractorError, int_or_none, orderedSet, - sanitized_Request, str_to_int, unescapeHTML, unified_strdate, |