mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 21:05:03 -02:30
Proper flake8 fix
This commit is contained in:
committed by
Chris Meyers
parent
2b5624daa2
commit
c37716a2e7
@@ -4,6 +4,7 @@ from django.core.urlresolvers import reverse
|
|||||||
# Reuse Test code
|
# Reuse Test code
|
||||||
from awx.main.tests.base import BaseLiveServerTest, QueueStartStopTestMixin
|
from awx.main.tests.base import BaseLiveServerTest, QueueStartStopTestMixin
|
||||||
from awx.main.tests.base import URI
|
from awx.main.tests.base import URI
|
||||||
|
from awx.main.models.projects import * # noqa
|
||||||
|
|
||||||
__all__ = ['UnifiedJobStdoutRedactedTests']
|
__all__ = ['UnifiedJobStdoutRedactedTests']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user