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

fixup! fixup! test: update click tests

This commit is contained in:
M1nd3r 2025-03-28 14:54:06 +01:00
parent 4f8d355fa2
commit 3365843d14

View File

@ -22,8 +22,8 @@ import pytest
from trezorlib import btc, device, exceptions, messages
from trezorlib.client import PASSPHRASE_ON_DEVICE
from trezorlib.debuglink import DebugLink, LayoutType, SessionDebugWrapper as Session
from trezorlib.debuglink import DebugLink, LayoutType
from trezorlib.debuglink import SessionDebugWrapper as Session
from trezorlib.protobuf import MessageType
from trezorlib.tools import parse_path
from trezorlib.transport.session import SessionV1, derive_seed