From 8fa9a5bd8fa2db385eb185e87599436b67c2f18c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Mar 2022 20:38:56 +0530 Subject: [PATCH] pep8 --- recipes/rt.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/rt.recipe b/recipes/rt.recipe index 1d2f398fae..9eb20d5b3c 100644 --- a/recipes/rt.recipe +++ b/recipes/rt.recipe @@ -2,6 +2,7 @@ # vim:fileencoding=utf-8 from calibre.web.feeds.news import BasicNewsRecipe + class RtRecipe(BasicNewsRecipe): title = 'RT на русском' __author__ = 'Vuizur'