mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-21 14:08:13 +00:00
src/apps/management: remove unnecessary layout decorator
This commit is contained in:
parent
be79a8cff4
commit
fd597d23a4
@ -5,7 +5,6 @@ from apps.common import storage
|
|||||||
from apps.management.reset_device import show_warning, show_mnemonic, check_mnemonic, show_wrong_entry
|
from apps.management.reset_device import show_warning, show_mnemonic, check_mnemonic, show_wrong_entry
|
||||||
|
|
||||||
|
|
||||||
@ui.layout
|
|
||||||
async def backup_device(ctx, msg):
|
async def backup_device(ctx, msg):
|
||||||
|
|
||||||
if not storage.is_initialized():
|
if not storage.is_initialized():
|
||||||
|
Loading…
Reference in New Issue
Block a user