From 285ba53db27f583bc31aa07ab1f9f973373896ac Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 26 Mar 2025 16:50:05 +0100 Subject: [PATCH] fixup! chore(python): update python tools --- python/tools/pybridge.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python/tools/pybridge.py b/python/tools/pybridge.py index d148de64d3..c947cccdde 100644 --- a/python/tools/pybridge.py +++ b/python/tools/pybridge.py @@ -61,10 +61,8 @@ logging.basicConfig( LOG = logging.getLogger() -def pin_callback( - session: transport_session.Session, request: trezorlib.messages.PinMatrixRequest -) -> t.Any: - return session.call_raw(trezorlib.messages.PinMatrixAck(pin="")) +def pin_callback(request: trezorlib.messages.PinMatrixRequest) -> str: + return "" def passphrase_callback(