From 6c0653a9d13ab3c4ae9c328384b0ca9acd32fbcb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Apr 2021 08:36:34 +0530 Subject: [PATCH] pep8 --- recipes/the_saturday_paper.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/the_saturday_paper.recipe b/recipes/the_saturday_paper.recipe index 17485843a4..4558a4b52e 100644 --- a/recipes/the_saturday_paper.recipe +++ b/recipes/the_saturday_paper.recipe @@ -27,7 +27,8 @@ class SaturdayPaper(BasicNewsRecipe): classes('article-page__content article__text article__image article-page__title article-page__image') ] remove_tags = [ - classes('social-icons-article-top-container social-icons-article-bottom-container article-page__sidebar article-page__social__icons share-wrapper article-footer-container') + classes('social-icons-article-top-container social-icons-article-bottom-container' + ' article-page__sidebar article-page__social__icons share-wrapper article-footer-container') ] def parse_index(self):