From efd8ca3c3fbbd7841fb2379e107f6ef9f8fd9361 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Jul 2017 09:47:19 +0530 Subject: [PATCH] pep8 --- recipes/politico.recipe | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes/politico.recipe b/recipes/politico.recipe index b0cd4dc43a..15cba20878 100644 --- a/recipes/politico.recipe +++ b/recipes/politico.recipe @@ -7,9 +7,6 @@ __copyright__ = '2009, Darko Miletic ' politico.com ''' -import re -import traceback - from calibre.web.feeds.news import BasicNewsRecipe @@ -38,7 +35,7 @@ class Politico(BasicNewsRecipe): keep_only_tags = [ dict(name=['article']), ] - + remove_tags = [ dict(name=['notags', 'embed', 'aside', 'object', 'link', 'img', 'figure']), dict(