From 4a5111308f69be62b8db6d9d21a34487076e9988 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 1 Sep 2015 15:23:35 -0400 Subject: [PATCH] Fix flake8 warning from tests --- awx/main/tests/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/views.py b/awx/main/tests/views.py index 691dacd0e2..b67a0784cd 100644 --- a/awx/main/tests/views.py +++ b/awx/main/tests/views.py @@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse # Reuse Test code from awx.main.tests.base import BaseLiveServerTest, QueueStartStopTestMixin from awx.main.tests.base import URI -from awx.main.models.projects import * +from awx.main.models.projects import * #noqa __all__ = ['UnifiedJobStdoutRedactedTests']