diff --git a/python/src/trezorlib/cli/btc.py b/python/src/trezorlib/cli/btc.py index 736f98401..399b59cf6 100644 --- a/python/src/trezorlib/cli/btc.py +++ b/python/src/trezorlib/cli/btc.py @@ -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: