diff --git a/core/src/apps/ethereum/layout.py b/core/src/apps/ethereum/layout.py index e7bf60b8c9..45b89cd7ab 100644 --- a/core/src/apps/ethereum/layout.py +++ b/core/src/apps/ethereum/layout.py @@ -144,7 +144,10 @@ async def require_confirm_claim( async def require_confirm_unknown_token(address_bytes: bytes) -> None: from ubinascii import hexlify - from trezor.ui.layouts import confirm_address, confirm_ethereum_unknown_contract_warning + from trezor.ui.layouts import ( + confirm_address, + confirm_ethereum_unknown_contract_warning, + ) await confirm_ethereum_unknown_contract_warning()