mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
src/apps/wallet: make flake8 happy
This commit is contained in:
parent
59d1cc1e1b
commit
829d92079d
@ -46,8 +46,8 @@ async def sign_identity(ctx, msg):
|
||||
async def confirm_sign_identity(ctx, identity, challenge_visual):
|
||||
lines = chunks(identity, 18)
|
||||
content = Text('Sign identity', ui.ICON_DEFAULT,
|
||||
challenge_visual,
|
||||
ui.MONO, *lines, max_lines=5)
|
||||
challenge_visual,
|
||||
ui.MONO, *lines, max_lines=5)
|
||||
await require_confirm(ctx, content)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user