From f0a23b7ed33bc8dd467c43b20959b95cf03f9573 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 1 Sep 2015 16:15:39 -0400 Subject: [PATCH] Proper flake8 fix --- 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 b67a0784cd..6903b1ebf8 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 * #noqa +from awx.main.models.projects import * # noqa __all__ = ['UnifiedJobStdoutRedactedTests']