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:
parent
31f9eff809
commit
36f59c1fcd
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user