diff --git a/awx/main/tests/functional/commands/test_cleanup_jobs.py b/awx/main/tests/functional/commands/test_cleanup_jobs.py index c78c85077a..612895559a 100644 --- a/awx/main/tests/functional/commands/test_cleanup_jobs.py +++ b/awx/main/tests/functional/commands/test_cleanup_jobs.py @@ -9,7 +9,7 @@ from django.core.management import call_command from awx.main.management.commands import cleanup_jobs from awx.main.utils.deletion import AWXCollector -from awx.main.models import JobTemplate, User, Job, JobEvent, Notification, WorkflowJobNode, JobHostSummary +from awx.main.models import JobTemplate, User, Job, Notification, WorkflowJobNode, JobHostSummary @pytest.fixture