mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 02:48:18 +00:00
test: fix style
This commit is contained in:
parent
03481e04d8
commit
e1b7bea707
@ -18,8 +18,8 @@ import pytest
|
|||||||
|
|
||||||
from trezorlib import device, exceptions, messages
|
from trezorlib import device, exceptions, messages
|
||||||
from trezorlib.client import MAX_PIN_LENGTH
|
from trezorlib.client import MAX_PIN_LENGTH
|
||||||
from trezorlib.debuglink import TrezorClientDebugLink as Client
|
|
||||||
from trezorlib.debuglink import SessionDebugWrapper as Session
|
from trezorlib.debuglink import SessionDebugWrapper as Session
|
||||||
|
from trezorlib.debuglink import TrezorClientDebugLink as Client
|
||||||
from trezorlib.tools import parse_path
|
from trezorlib.tools import parse_path
|
||||||
|
|
||||||
PinType = messages.PinMatrixRequestType
|
PinType = messages.PinMatrixRequestType
|
||||||
|
Loading…
Reference in New Issue
Block a user