mirror of
https://github.com/ansible/awx.git
synced 2026-08-07 05:11:43 -02:30
Fix some bugs found from unit tests
This commit is contained in:
@@ -34,7 +34,7 @@ from jsonfield import JSONField
|
||||
|
||||
# AWX
|
||||
from awx.main.models.base import *
|
||||
from awx.main.utils import encrypt_field
|
||||
from awx.main.utils import encrypt_field, decrypt_field
|
||||
|
||||
# Celery
|
||||
from celery import chain
|
||||
|
||||
Reference in New Issue
Block a user