Skip to content

Commit

Permalink
Remove overview flag echo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz authored Mar 16, 2021
1 parent 74548ec commit a45cfdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robotidy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def cli(
list_transformers: bool,
describe_transformer: Optional[str]
):
click.echo(overwrite)
if list_transformers:
transformers = load_transformers(None)
click.echo('Run --describe-transformer <transformer_name> to get more details. Transformers:')
Expand Down

0 comments on commit a45cfdd

Please sign in to comment.