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 22, 2024
1 parent ffe9a93 commit b314739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/awx_plugins/inventory/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def _get_shared_env(
if self.base_injector == 'managed':
try:
inject_credential_into_env = load_injector_callable(
injector_name)
injector_name,
)
except LookupError:
pass
else:
Expand Down

0 comments on commit b314739

Please sign in to comment.