1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +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
parent c9ac73b96d
commit 4446ce0aec

View File

@ -1119,7 +1119,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: