Skip to content

Commit

Permalink
fix: cli parens
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 31, 2023
1 parent 0d17dfe commit b9a43b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_safe/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def pending(cli_ctx: SafeCliContext, network, sign_with_local_signers, execute,


@cli.command(cls=NetworkBoundCommand, short_help="Reject one or more pending transactions")
@safe_cli_ctx()
@safe_cli_ctx
@network_option()
@existing_alias_argument(account_type=SafeAccount)
@click.argument("txn-ids", type=int, nargs=-1)
Expand Down

0 comments on commit b9a43b2

Please sign in to comment.