mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-05 15:48:45 +00:00
core: style
I'm sorry about this, I'll add a git hook for pre-push I promise.
This commit is contained in:
parent
8f3e648497
commit
bc3a4a69be
@ -158,8 +158,9 @@ async def show_keyboard_info(ctx):
|
|||||||
"Did you know? "
|
"Did you know? "
|
||||||
"You can type the letters "
|
"You can type the letters "
|
||||||
"one by one or use it like "
|
"one by one or use it like "
|
||||||
"a T9 keyboard."
|
"a T9 keyboard.",
|
||||||
, "Great!")
|
"Great!",
|
||||||
|
)
|
||||||
if __debug__:
|
if __debug__:
|
||||||
await ctx.wait(info, confirm_signal)
|
await ctx.wait(info, confirm_signal)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user