pyflakes fix

This commit is contained in:
Matthew Jones 2016-01-11 16:42:12 -05:00
parent 5c2f555b1d
commit 393c4c558c

View File

@ -2,7 +2,7 @@
# All Rights Reserved.
from awx.main.tests.base import BaseTest
from awx.main.models import * #noqa
from awx.main.models import * # noqa
from django.core.urlresolvers import reverse
from django.test.utils import override_settings