mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 01:18:54 +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()
|
LOG = logging.getLogger()
|
||||||
|
|
||||||
|
|
||||||
def pin_callback(
|
def pin_callback(request: trezorlib.messages.PinMatrixRequest) -> str:
|
||||||
session: transport_session.Session, request: trezorlib.messages.PinMatrixRequest
|
return ""
|
||||||
) -> t.Any:
|
|
||||||
return session.call_raw(trezorlib.messages.PinMatrixAck(pin=""))
|
|
||||||
|
|
||||||
|
|
||||||
def passphrase_callback(
|
def passphrase_callback(
|
||||||
|
Loading…
Reference in New Issue
Block a user