code formating

This commit is contained in:
Peter D. Gray 2026-03-04 10:50:05 -05:00
parent 382eef61d2
commit 7d937aca84
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -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))