From 2d1a859719ec2a5a7fd050b8f2ce5b7603fb4b25 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Wed, 9 Jun 2021 13:16:49 -0400 Subject: [PATCH] Remove unused import --- awx/main/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 0a06abab49..e2eab4c3c3 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -98,7 +98,7 @@ from awx.main.utils import ( parse_yaml_or_json, cleanup_new_process, ) -from awx.main.utils.execution_environments import get_default_execution_environment, get_default_pod_spec, CONTAINER_ROOT, to_container_path +from awx.main.utils.execution_environments import get_default_pod_spec, CONTAINER_ROOT, to_container_path from awx.main.utils.ansible import read_ansible_config from awx.main.utils.external_logging import reconfigure_rsyslog from awx.main.utils.safe_yaml import safe_dump, sanitize_jinja