From bf87c36c93aee81a1bf26c8213262724955d52a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 12 Jun 2017 02:01:12 +0700 Subject: [PATCH] [xfileshare] PEP 8 --- youtube_dl/extractor/xfileshare.py | 1 - 1 file changed, 1 deletion(-) 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, )