mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
pyflakes fix
This commit is contained in:
parent
5c2f555b1d
commit
393c4c558c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user