Skip to content

Commit b314739

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

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
@@ -109,7 +109,8 @@ def _get_shared_env(
109109
if self.base_injector == 'managed':
110110
try:
111111
inject_credential_into_env = load_injector_callable(
112-
injector_name)
112+
injector_name,
113+
)
113114
except LookupError:
114115
pass
115116
else:

0 commit comments

Comments
 (0)