Skip to content

Commit

Permalink
remove ()
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Oct 9, 2023
1 parent 2f45612 commit 58022f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def main() -> None:
try:
result = cli.main(standalone_mode=False)

except (click.ClickException,) as e:
except click.ClickException as e:
click.echo(f"Error: {e}")
with click.Context(cli) as ctx:
click.echo(cli.get_help(ctx))
Expand Down

0 comments on commit 58022f1

Please sign in to comment.