mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
pyflakes fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user