Skip to content

Commit 870e7f9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d41a0de commit 870e7f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/awx_plugins/interfaces/_temporary_private_injector_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ def has_input(self: '_CredentialInput', name: str) -> bool:
4040
def load_injector_callable(injector_name: str, /) -> _InjectorCallableType:
4141
"""Load an injector discovered by name into runtime.
4242
43-
:param injector_name: Entry-point key name under the "awx_plugins.injector"
44-
group in packaging metadata.
43+
:param injector_name: Entry-point key name under the
44+
"awx_plugins.injector" group in packaging metadata.
4545
:type injector_name: str
46-
:raises LookupError: When no distribution packages provide the requested
47-
entry-point name.
46+
:raises LookupError: When no distribution packages provide the
47+
requested entry-point name.
4848
:returns: An injector callable.
4949
:rtype: _InjectorCallableType
5050
"""

0 commit comments

Comments
 (0)