From 393c4c558c5a03257a7655ed1924424098bcd7cd Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 11 Jan 2016 16:42:12 -0500 Subject: [PATCH] pyflakes fix --- awx/main/tests/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/settings.py b/awx/main/tests/settings.py index bfcf79fe32..488533e8bf 100644 --- a/awx/main/tests/settings.py +++ b/awx/main/tests/settings.py @@ -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