From 87b527d33ecc5c57eca83465738d26206a9bad92 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Feb 2022 22:49:11 +0530 Subject: [PATCH] pep8 --- recipes/mmc_rtv.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mmc_rtv.recipe b/recipes/mmc_rtv.recipe index 1a87fa5be2..67bc888d90 100644 --- a/recipes/mmc_rtv.recipe +++ b/recipes/mmc_rtv.recipe @@ -6,6 +6,7 @@ from calibre.web.feeds.news import BasicNewsRecipe + class MMCRTV(BasicNewsRecipe): title = u'MMC RTV Slovenija' __author__ = u'TadejS' @@ -45,4 +46,3 @@ class MMCRTV(BasicNewsRecipe): (u'Ture avanture', u'https://www.rtvslo.si/feeds/28.xml'), (u'Črna kronika', u'https://www.rtvslo.si/feeds/08.xml'), ] -