From 8ab81216f3d450b263bf6506e40c363bfdfaed6f Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 16 Apr 2021 15:03:34 -0400 Subject: [PATCH] unused import --- awx/main/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index ab8cd293d4..411e4b27b6 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -60,7 +60,6 @@ from awx.main.constants import PRIVILEGE_ESCALATION_METHODS, STANDARD_INVENTORY_ from awx.main.access import access_registry from awx.main.redact import UriCleaner from awx.main.models import ( - ExecutionEnvironment, Schedule, TowerScheduleState, Instance,