mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +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
|
||||
|
||||
|
||||
@ui.layout
|
||||
async def backup_device(ctx, msg):
|
||||
|
||||
if not storage.is_initialized():
|
||||
|
Loading…
Reference in New Issue
Block a user