From 7e822854c231cee8d014fb73d3b1665321d39c4b Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 12 Jul 2019 12:46:07 +0200 Subject: [PATCH] python: fix style --- python/trezorctl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/trezorctl b/python/trezorctl index 3f17f5de1..2d8b30a0c 100755 --- a/python/trezorctl +++ b/python/trezorctl @@ -1523,9 +1523,7 @@ def cardano_get_public_key(connect, address): @cli.command(help="Get NEM address for specified path.") -@click.option( - "-n", "--address", required=True, help="BIP-32 path, e.g. m/44'/43'/0'" -) +@click.option("-n", "--address", required=True, help="BIP-32 path, e.g. m/44'/43'/0'") @click.option("-N", "--network", type=int, default=0x68) @click.option("-d", "--show-display", is_flag=True) @click.pass_obj