Skip to content

Commit

Permalink
Don't echo the parsed versions
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Jun 7, 2023
1 parent 4102843 commit 3bb2a13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/saltrewrite/salt/fix_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from collections import namedtuple
from functools import total_ordering

import click
from bowler import Query
from bowler import TOKEN

Expand Down Expand Up @@ -124,7 +123,6 @@ def _handle_convert_version_names_to_numbers_match(match):
break
else:
versions.add(_vs)
click.echo(f"Versions: {versions}")
parsed_versions = []
for version in versions:
try:
Expand Down

0 comments on commit 3bb2a13

Please sign in to comment.