From 81205d37dcda3579a514b34e9a3691b070305fd3 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 18 Feb 2015 14:52:48 -0500 Subject: [PATCH] removed extra redudant import --- awx/main/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) 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 *