From 11029932fb1a3829f5c3c37c3a40e83d8c988fab Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 31 Jan 2025 14:56:00 +0100 Subject: [PATCH] fixup! feat(core, python): implement autoconnect credentials and add test [no changelog] --- core/src/trezor/wire/thp/pairing_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/trezor/wire/thp/pairing_context.py b/core/src/trezor/wire/thp/pairing_context.py index d5e911e563..9d7c97438d 100644 --- a/core/src/trezor/wire/thp/pairing_context.py +++ b/core/src/trezor/wire/thp/pairing_context.py @@ -284,7 +284,7 @@ async def handle_message( res_msg: protobuf.MessageType | None = None - from apps.thp.pairing import handle_pairing_request, handle_credential_phase + from apps.thp.pairing import handle_credential_phase, handle_pairing_request if msg.type in workflow.ALLOW_WHILE_LOCKED: workflow.autolock_interrupts_workflow = False