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