mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
fix(python): remove extraneous empty line from descriptors output
[skip_ci]
This commit is contained in:
parent
1d4cff97ec
commit
81ae1d0ec0
@ -240,7 +240,6 @@ def get_descriptor(client, coin, account, script_type, show_display):
|
||||
"""Get descriptor of given account."""
|
||||
try:
|
||||
ds = _get_descriptor(client, coin, account, script_type, show_display)
|
||||
click.echo()
|
||||
for d in ds:
|
||||
click.echo(d)
|
||||
except ValueError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user