summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-06-12 02:01:12 +0700
committerSergey M․ <dstftw@gmail.com>2017-06-12 02:01:12 +0700
commitbf87c36c93aee81a1bf26c8213262724955d52a0 (patch)
tree2065ea6d555cf433ffb95d4f1ed1596919550ace
parentb4a3d461e4a00dfc60047b667aa3136c8b03eda8 (diff)
downloadyoutube-dl-bf87c36c93aee81a1bf26c8213262724955d52a0.tar.gz
youtube-dl-bf87c36c93aee81a1bf26c8213262724955d52a0.tar.xz
youtube-dl-bf87c36c93aee81a1bf26c8213262724955d52a0.zip
[xfileshare] PEP 8
-rw-r--r--youtube_dl/extractor/xfileshare.py1
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,
 )