Fix flake8 error

This commit is contained in:
Alan Rominger 2021-04-23 16:06:13 -04:00
parent ae320ab228
commit 6649b435ce
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -37,7 +37,7 @@ from awx.main.models.credential import ManagedCredentialType
from awx.main import tasks
from awx.main.utils import encrypt_field, encrypt_value
from awx.main.utils.safe_yaml import SafeLoader
from awx.main.utils.execution_environments import CONTAINER_ROOT, to_container_path, to_host_path
from awx.main.utils.execution_environments import CONTAINER_ROOT, to_host_path
from awx.main.utils.licensing import Licenser