From 39a85939b9eef9d1ad22c3f909e47f52e0aa1ecd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Mar 2025 20:07:32 +0530 Subject: [PATCH] pep8 --- recipes/economist_search.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/economist_search.recipe b/recipes/economist_search.recipe index f5ea674d54..f915f9e1f9 100644 --- a/recipes/economist_search.recipe +++ b/recipes/economist_search.recipe @@ -28,6 +28,7 @@ def process_info_box(bx): info += f'
{process_node(x)}
' return info + def process_node(node): ntype = node.get('type', '') if ntype == 'CROSSHEAD':