1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

removed extra redudant import

This commit is contained in:
Chris Meyers 2015-02-18 14:52:48 -05:00
parent 9f9fc3f8b3
commit 81205d37dc

View File

@ -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 *