diff --git a/awx/main/tests/__init__.py b/awx/main/tests/__init__.py index d5b6667e43..7489dbd7b3 100644 --- a/awx/main/tests/__init__.py +++ b/awx/main/tests/__init__.py @@ -14,4 +14,3 @@ from awx.main.tests.activity_stream import * # noqa from awx.main.tests.schedules import * # noqa from awx.main.tests.redact import * # noqa from awx.main.tests.views import * # noqa -from awx.main.tests.jobs import *