From 187a9edf10162ead411895783df80d6baaa6d9b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Sep 2024 17:11:24 +0530 Subject: [PATCH] pep8 --- recipes/muy_interesante_mexico.recipe | 1 + recipes/revista_muy.recipe | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/muy_interesante_mexico.recipe b/recipes/muy_interesante_mexico.recipe index abe3be798a..9aebe50a0e 100644 --- a/recipes/muy_interesante_mexico.recipe +++ b/recipes/muy_interesante_mexico.recipe @@ -1,6 +1,7 @@ #!/usr/bin/env python from calibre.web.feeds.news import BasicNewsRecipe, classes + class MuyInteresante(BasicNewsRecipe): title = 'Muy Interesante México' __author__ = 'unkn0wn' diff --git a/recipes/revista_muy.recipe b/recipes/revista_muy.recipe index ad5e21b6d4..b24397fd93 100644 --- a/recipes/revista_muy.recipe +++ b/recipes/revista_muy.recipe @@ -1,6 +1,7 @@ #!/usr/bin/env python from calibre.web.feeds.news import BasicNewsRecipe, classes + class RevistaMuyInteresante(BasicNewsRecipe): title = 'Revista Muy Interesante' __author__ = 'unkn0wn'