From ff0158fb6efd4534ee9dfeacab22294bcded2fce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 Aug 2025 21:31:58 +0530 Subject: [PATCH] pep8 --- recipes/hbr.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/hbr.recipe b/recipes/hbr.recipe index bc429cce4a..31ba27f2d8 100644 --- a/recipes/hbr.recipe +++ b/recipes/hbr.recipe @@ -131,7 +131,6 @@ class HBR(BasicNewsRecipe): if issue_title: self.timefmt = f' [{self.tag_to_string(issue_title)}]' - feeds = OrderedDict() for h3 in soup.findAll('h3', attrs={'class': 'hed'}):