diff --git a/core/src/trezor/ui/layouts/tt_v2/__init__.py b/core/src/trezor/ui/layouts/tt_v2/__init__.py index c6864cc88..3ea55f598 100644 --- a/core/src/trezor/ui/layouts/tt_v2/__init__.py +++ b/core/src/trezor/ui/layouts/tt_v2/__init__.py @@ -6,7 +6,6 @@ from trezor.enums import ButtonRequestType import trezorui2 -from ...components.tt.button import ButtonContent from ...components.tt.confirm import Confirm from ...constants.tt import MONO_ADDR_PER_LINE from ..common import button_request, interact @@ -15,6 +14,7 @@ if TYPE_CHECKING: from typing import Any, Awaitable, Iterable, NoReturn, Sequence from ..common import PropertyType, ExceptionType + from ...components.tt.button import ButtonContent class _RustLayout(ui.Layout):