mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-02 04:18:20 +00:00
style: import sort order
This commit is contained in:
parent
c353997a89
commit
32b0706f81
@ -13,10 +13,7 @@ from .common import (
|
||||
p2tr_multisig_tweaked_pubkey,
|
||||
)
|
||||
from .multisig import multisig_get_dummy_pubkey
|
||||
from .scripts import (
|
||||
output_script_native_segwit,
|
||||
write_output_script_multisig,
|
||||
)
|
||||
from .scripts import output_script_native_segwit, write_output_script_multisig
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from trezor.crypto import bip32
|
||||
|
@ -10,17 +10,17 @@ from apps.common.writers import write_compact_size
|
||||
|
||||
from . import common
|
||||
from .common import (
|
||||
SigHashType,
|
||||
LEAF_VERSION,
|
||||
OP_CHECKSIG,
|
||||
OP_CHECKSIGADD,
|
||||
OP_NUMEQUAL,
|
||||
LEAF_VERSION,
|
||||
SigHashType,
|
||||
p2tr_multisig_tweaked_pubkey,
|
||||
)
|
||||
from .multisig import (
|
||||
multisig_get_dummy_pubkey,
|
||||
multisig_get_pubkeys,
|
||||
multisig_pubkey_index,
|
||||
multisig_get_dummy_pubkey,
|
||||
)
|
||||
from .readers import read_memoryview_prefixed, read_op_push
|
||||
from .writers import (
|
||||
|
Loading…
Reference in New Issue
Block a user