mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
trezorctl - clean up imports
This commit is contained in:
parent
7eef1df6b0
commit
76241dca5c
@ -27,7 +27,6 @@ import functools
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
import trezorlib.stellar as stellar
|
||||
|
||||
from trezorlib.client import TrezorClient, TrezorClientVerbose, CallException, format_protobuf
|
||||
from trezorlib.transport import get_transport, enumerate_devices, TransportException
|
||||
@ -35,6 +34,7 @@ from trezorlib import messages as proto
|
||||
from trezorlib import protobuf
|
||||
from trezorlib.coins import coins_txapi
|
||||
from trezorlib.ckd_public import PRIME_DERIVATION_FLAG
|
||||
from trezorlib import stellar
|
||||
|
||||
|
||||
class ChoiceType(click.Choice):
|
||||
|
Loading…
Reference in New Issue
Block a user