mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
flake8
This commit is contained in:
parent
50a2fac465
commit
342747866e
@ -22,11 +22,11 @@ from django.utils.timezone import now
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.tests.base import BaseTransactionTest
|
||||
from awx.main.tests.data.ssh import (
|
||||
TEST_SSH_KEY_DATA,
|
||||
#TEST_SSH_KEY_DATA,
|
||||
TEST_SSH_KEY_DATA_LOCKED,
|
||||
TEST_SSH_KEY_DATA_UNLOCK,
|
||||
TEST_OPENSSH_KEY_DATA,
|
||||
TEST_OPENSSH_KEY_DATA_LOCKED,
|
||||
#TEST_OPENSSH_KEY_DATA,
|
||||
#TEST_OPENSSH_KEY_DATA_LOCKED,
|
||||
)
|
||||
from awx.main.utils import decrypt_field, update_scm_url
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user