From 66bdcee854ea1d69f468b76ade1b1661e28bc3d4 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 26 Oct 2020 15:18:08 -0400 Subject: [PATCH] Address rebase fallout --- awx/main/management/commands/inventory_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index 8a56377a45..944acde94b 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -967,7 +967,6 @@ class Command(BaseCommand): begin = time.time() with advisory_lock('inventory_{}_update'.format(self.inventory.id)): - self.load_inventory_from_database() try: self.check_license()