Skip to content

Commit

Permalink
fix noqa ruff D402
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Sep 25, 2024
1 parent 64998aa commit 62fdab5
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 @@ -190,7 +190,7 @@ def run_interactive_factory(package: str) -> Callable[..., Any]:


def run_stdout(package: str, action: str, *args: Any, **_kwargs: dict[str, Any]) -> RunStdoutReturn:
"""Call the given action's ``run_stdout()`` method.
"""Call the given action's `run_stdout` method.
:param package: The name of the package
:param action: The name of the action
Expand Down

0 comments on commit 62fdab5

Please sign in to comment.