From 4bc31f28bee822cf18a026cef7af65d7b0a4861d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Apr 2025 07:40:35 +0530 Subject: [PATCH] pep8 --- recipes/barrons.recipe | 2 +- recipes/hindu.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/barrons.recipe b/recipes/barrons.recipe index bf3dca9b2d..abb9f3aaaf 100644 --- a/recipes/barrons.recipe +++ b/recipes/barrons.recipe @@ -4,8 +4,8 @@ import base64 import json import re - from collections import defaultdict + from calibre.web.feeds.news import BasicNewsRecipe diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index 88a0067a0c..c69989cec7 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -17,7 +17,7 @@ def absurl(url): class TheHindu(BasicNewsRecipe): title = 'The Hindu Print Edition' __author__ = 'unkn0wn' - description = "Articles from The Hindu, Today\'s Paper. This recipe now works only for yesterday\'s edition." + description = "Articles from The Hindu, Today's Paper. This recipe now works only for yesterday's edition." language = 'en_IN' no_stylesheets = True masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'