1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +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:
Tomas Susanka 2019-06-26 13:20:39 +02:00
parent 8f3e648497
commit bc3a4a69be

View File

@ -158,8 +158,9 @@ async def show_keyboard_info(ctx):
"Did you know? "
"You can type the letters "
"one by one or use it like "
"a T9 keyboard."
, "Great!")
"a T9 keyboard.",
"Great!",
)
if __debug__:
await ctx.wait(info, confirm_signal)
else: