1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

fix(python): remove extraneous empty line from descriptors output

[skip_ci]
This commit is contained in:
Pavol Rusnak 2021-02-03 14:57:59 +01:00
parent 1d4cff97ec
commit 81ae1d0ec0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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: