From 7d937aca844e9fd8a248a9c70abd90cbf2bd5cf4 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Wed, 4 Mar 2026 10:50:05 -0500 Subject: [PATCH] code formating --- shared/actions.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/shared/actions.py b/shared/actions.py index 4d97dc8e..bd59671c 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -1229,11 +1229,9 @@ async def key_expression_skeleton(_0, _1, item): ct = chains.current_chain().b44_cointype - rv = [ - MenuItem(label, f=key_expression_skeleton_step2, arg=(orig_der % (ct, acct_num), af)) - for label, orig_der, af in todo - ] - rv += [MenuItem("Custom Path", menu=doit)] + rv = [ MenuItem(label, f=key_expression_skeleton_step2, arg=(orig_der % (ct, acct_num), af)) + for label, orig_der, af in todo ] + rv += [ MenuItem("Custom Path", menu=doit) ] the_ux.push(MenuSystem(rv))