Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Aug 4, 2023
1 parent 74726b7 commit 32ddda5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions anta/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from anta.cli.exec import commands as exec_commands
from anta.cli.get import commands as get_commands
from anta.cli.nrfu import commands as check_commands
from anta.cli.utils import IgnoreRequiredWithHelp, parse_catalog, parse_inventory, prompt_password, prompt_enable_password, setup_logging
from anta.cli.utils import IgnoreRequiredWithHelp, parse_catalog, parse_inventory, prompt_enable_password, prompt_password, setup_logging
from anta.result_manager.models import TestResult


Expand All @@ -29,12 +29,7 @@
help="Username to connect to EOS",
required=True,
)
@click.option(
"--password",
show_envvar=True,
help="Password to connect to EOS",
callback=prompt_password
)
@click.option("--password", show_envvar=True, help="Password to connect to EOS", callback=prompt_password)
@click.option(
"--enable",
show_envvar=True,
Expand Down

0 comments on commit 32ddda5

Please sign in to comment.