From 4446ce0aec6c5d115140a2259049bac6163e8f08 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 10 Oct 2024 16:03:49 +0200 Subject: [PATCH] fixup! feat(core): unify RustLayout, implement single global layout --- core/mocks/generated/trezorui2.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/core/mocks/generated/trezorui2.pyi b/core/mocks/generated/trezorui2.pyi index 3bb07ca7c..2fbb2cc73 100644 --- a/core/mocks/generated/trezorui2.pyi +++ b/core/mocks/generated/trezorui2.pyi @@ -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: