mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
insert back in REPLACE_STR import that was lost
This commit is contained in:
parent
638b07e17b
commit
7472fbae8f
@ -33,7 +33,7 @@ from djcelery.models import TaskMeta
|
||||
from awx.main.models.base import * # noqa
|
||||
from awx.main.models.schedules import Schedule
|
||||
from awx.main.utils import decrypt_field, _inventory_updates
|
||||
from awx.main.redact import UriCleaner
|
||||
from awx.main.redact import UriCleaner, REPLACE_STR
|
||||
from awx.main.consumers import emit_channel_notification
|
||||
|
||||
__all__ = ['UnifiedJobTemplate', 'UnifiedJob']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user