From 253d73b39f601e4d8131209afaaa7ad253927c67 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Feb 2024 20:08:55 +0530 Subject: [PATCH] pep8 --- recipes/el_diplo.recipe | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/el_diplo.recipe b/recipes/el_diplo.recipe index f5142679a3..c9c44e26f0 100644 --- a/recipes/el_diplo.recipe +++ b/recipes/el_diplo.recipe @@ -8,7 +8,6 @@ __copyright__ = "2023, Tomás Di Domenico " www.eldiplo.org """ -from calibre.ptempfile import PersistentTemporaryFile from calibre.web.feeds.news import BasicNewsRecipe @@ -104,8 +103,6 @@ class ElDiplo2023(BasicNewsRecipe): return {"title": title, "url": url, "description": authors, "date": ""} def preprocess_html(self, soup): - import re - font_size = "90%" # make the footnotes smaller