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'}):