mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
flake8
This commit is contained in:
@@ -22,11 +22,11 @@ from django.utils.timezone import now
|
|||||||
from awx.main.models import * # noqa
|
from awx.main.models import * # noqa
|
||||||
from awx.main.tests.base import BaseTransactionTest
|
from awx.main.tests.base import BaseTransactionTest
|
||||||
from awx.main.tests.data.ssh import (
|
from awx.main.tests.data.ssh import (
|
||||||
TEST_SSH_KEY_DATA,
|
#TEST_SSH_KEY_DATA,
|
||||||
TEST_SSH_KEY_DATA_LOCKED,
|
TEST_SSH_KEY_DATA_LOCKED,
|
||||||
TEST_SSH_KEY_DATA_UNLOCK,
|
TEST_SSH_KEY_DATA_UNLOCK,
|
||||||
TEST_OPENSSH_KEY_DATA,
|
#TEST_OPENSSH_KEY_DATA,
|
||||||
TEST_OPENSSH_KEY_DATA_LOCKED,
|
#TEST_OPENSSH_KEY_DATA_LOCKED,
|
||||||
)
|
)
|
||||||
from awx.main.utils import decrypt_field, update_scm_url
|
from awx.main.utils import decrypt_field, update_scm_url
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user