mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
flake8 fixes from removal of reencrypt test
This commit is contained in:
parent
bd91e8eb54
commit
77a1c405a6
@ -10,10 +10,6 @@ from django.apps import apps
|
||||
|
||||
from awx.main.models import (
|
||||
UnifiedJob,
|
||||
Job,
|
||||
JobTemplate,
|
||||
WorkflowJob,
|
||||
WorkflowJobTemplate,
|
||||
NotificationTemplate,
|
||||
Credential,
|
||||
)
|
||||
@ -23,11 +19,10 @@ from awx.conf.migrations._reencrypt import encrypt_field
|
||||
from awx.main.migrations._reencrypt import (
|
||||
_notification_templates,
|
||||
_credentials,
|
||||
_unified_jobs,
|
||||
_encrypt_survey_passwords
|
||||
_unified_jobs
|
||||
)
|
||||
|
||||
from awx.main.utils import decrypt_field, get_encryption_key, decrypt_value
|
||||
from awx.main.utils import decrypt_field
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user