Skip to content

Commit ffe9a93

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/awx_plugins/inventory/plugins.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ def _get_shared_env(
108108

109109
if self.base_injector == 'managed':
110110
try:
111-
inject_credential_into_env = load_injector_callable(injector_name)
111+
inject_credential_into_env = load_injector_callable(
112+
injector_name)
112113
except LookupError:
113114
pass
114115
else:

0 commit comments

Comments
 (0)