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 Oct 23, 2024
1 parent d41a0de commit 870e7f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/awx_plugins/interfaces/_temporary_private_injector_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def has_input(self: '_CredentialInput', name: str) -> bool:
def load_injector_callable(injector_name: str, /) -> _InjectorCallableType:
"""Load an injector discovered by name into runtime.
:param injector_name: Entry-point key name under the "awx_plugins.injector"
group in packaging metadata.
:param injector_name: Entry-point key name under the
"awx_plugins.injector" group in packaging metadata.
:type injector_name: str
:raises LookupError: When no distribution packages provide the requested
entry-point name.
:raises LookupError: When no distribution packages provide the
requested entry-point name.
:returns: An injector callable.
:rtype: _InjectorCallableType
"""
Expand Down

0 comments on commit 870e7f9

Please sign in to comment.