From 382b8182ce5004cf82166647e98ced0314b65850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 8 Feb 2018 23:03:57 +0700 Subject: [PATCH] [gameinformer] PEP 8 --- youtube_dl/extractor/gameinformer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/gameinformer.py b/youtube_dl/extractor/gameinformer.py index b286b5ed3..a2920a793 100644 --- a/youtube_dl/extractor/gameinformer.py +++ b/youtube_dl/extractor/gameinformer.py @@ -31,4 +31,3 @@ class GameInformerIE(InfoExtractor): return self.url_result( self.BRIGHTCOVE_URL_TEMPLATE % brightcove_id, 'BrightcoveNew', brightcove_id) -