mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
python: fix style
This commit is contained in:
parent
b9f63c3f55
commit
7e822854c2
@ -1523,9 +1523,7 @@ def cardano_get_public_key(connect, address):
|
|||||||
|
|
||||||
|
|
||||||
@cli.command(help="Get NEM address for specified path.")
|
@cli.command(help="Get NEM address for specified path.")
|
||||||
@click.option(
|
@click.option("-n", "--address", required=True, help="BIP-32 path, e.g. m/44'/43'/0'")
|
||||||
"-n", "--address", required=True, help="BIP-32 path, e.g. m/44'/43'/0'"
|
|
||||||
)
|
|
||||||
@click.option("-N", "--network", type=int, default=0x68)
|
@click.option("-N", "--network", type=int, default=0x68)
|
||||||
@click.option("-d", "--show-display", is_flag=True)
|
@click.option("-d", "--show-display", is_flag=True)
|
||||||
@click.pass_obj
|
@click.pass_obj
|
||||||
|
Loading…
Reference in New Issue
Block a user