From 8a674987bf88dfd7a28499485603078c608e0b9e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Aug 2025 00:17:27 +0530 Subject: [PATCH] pep8 --- recipes/stratechery.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/stratechery.recipe b/recipes/stratechery.recipe index 779be0b4f1..066d2017a4 100644 --- a/recipes/stratechery.recipe +++ b/recipes/stratechery.recipe @@ -2,6 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe + class Stratechery(BasicNewsRecipe): title = 'Stratechery' language = 'en' @@ -11,4 +12,4 @@ class Stratechery(BasicNewsRecipe): no_stylesheets = True feeds = [('Stratechery', 'https://stratechery.com/feed/')] ignore_duplicate_articles = {'url'} - resolve_internal_links = True \ No newline at end of file + resolve_internal_links = True