From 3b9f0db3677c05f8616789633ae5f2f81397576f Mon Sep 17 00:00:00 2001 From: Lila Yasin Date: Thu, 19 Sep 2024 15:56:43 -0400 Subject: [PATCH] Update awx/main/constants.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- awx/main/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/constants.py b/awx/main/constants.py index 547e126fd09b..3f598f4855d4 100644 --- a/awx/main/constants.py +++ b/awx/main/constants.py @@ -16,7 +16,7 @@ 'STANDARD_INVENTORY_UPDATE_ENV', ] -plugin_names = tuple(key for key in InventorySourceOptions.injectors.keys()) +plugin_names = tuple(InventorySourceOptions.injectors.keys()) CLOUD_PROVIDERS = plugin_names