From f7d2f7a5e6353f40a4ce5f8ad42e6520eee8fd2d Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Thu, 13 May 2021 15:42:33 -0700 Subject: [PATCH] lint --- awx/main/tests/functional/commands/test_cleanup_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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