1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

fixup! feat(core): unify RustLayout, implement single global layout

This commit is contained in:
matejcik 2024-10-10 16:03:49 +02:00 committed by M1nd3r
parent 909164eeaf
commit 733b2ed216

View File

@ -1120,7 +1120,6 @@ class LayoutObj(Generic[T]):
"""Return (code, type) of button request made during the last event or timer pass."""
def get_transition_out(self) -> AttachType:
"""Return the transition type."""
def return_value(self) -> T:
"""Retrieve the return value of the layout object."""
def __del__(self) -> None: