Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent c88f956 commit 7ce25ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_navigator/actions/_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run_stdout(package: str, action: str, *args: Any, **_kwargs: dict[str, Any])
:param args: The arguments passed to the action's run_stdout method
:param _kwargs: The keyword arguments passed to the action's run_stdout method
:returns: The outcome of running the action's ``run_stdout()`` method
""" # noqa: D402 # Refers to the action's run_stdout in the first line, not this function
""" # Refers to the action's run_stdout in the first line, not this function
action_cls = get(package, action)
args = args[0]
return action_cls(args).run_stdout()
Expand Down

0 comments on commit 7ce25ed

Please sign in to comment.