mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
pyflakes fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
from awx.main.tests.base import BaseTest
|
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.core.urlresolvers import reverse
|
||||||
from django.test.utils import override_settings
|
from django.test.utils import override_settings
|
||||||
|
|||||||
Reference in New Issue
Block a user