diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-06-12 02:01:12 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-06-12 02:01:12 +0700 |
commit | bf87c36c93aee81a1bf26c8213262724955d52a0 (patch) | |
tree | 2065ea6d555cf433ffb95d4f1ed1596919550ace /youtube_dl | |
parent | b4a3d461e4a00dfc60047b667aa3136c8b03eda8 (diff) |
[xfileshare] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/xfileshare.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py index 32e16bc73..a32789ef4 100644 --- a/youtube_dl/extractor/xfileshare.py +++ b/youtube_dl/extractor/xfileshare.py @@ -10,7 +10,6 @@ from ..utils import ( ExtractorError, int_or_none, NO_DEFAULT, - sanitized_Request, urlencode_postdata, ) |