From 57398ee0502355e16b56f735a320dad1e2d3094f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Jul 2018 07:33:48 +0530 Subject: [PATCH] pep8 --- recipes/gosc_niedzielny.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/gosc_niedzielny.recipe b/recipes/gosc_niedzielny.recipe index c85e35723c..be9d0fb9f9 100644 --- a/recipes/gosc_niedzielny.recipe +++ b/recipes/gosc_niedzielny.recipe @@ -102,8 +102,7 @@ class GN(BasicNewsRecipe): for r in soup.findAll(attrs={'class': 'pgr'}): r.extract() for r in soup.findAll(attrs={'class': 'cm-i-a'}): - r.replaceWith('
' + - r.prettify() + '
') + r.replaceWith('
' + r.prettify() + '
') return soup keep_only_tags = [