1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-19 00:29:03 +00:00

fixup! chore(python): update python tools

This commit is contained in:
M1nd3r 2025-03-26 16:50:05 +01:00
parent 31f9eff809
commit 36f59c1fcd

View File

@ -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(