mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix a ugettext deprecation that snuck back in
at some point after the Django 3.2 upgrade.
This commit is contained in:
parent
5062ce1e61
commit
ae7be525e1
@ -1,7 +1,7 @@
|
||||
from awx.main.tasks.callback import RunnerCallback
|
||||
from awx.main.constants import ANSIBLE_RUNNER_NEEDS_UPDATE_MESSAGE
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
def test_delay_update(mock_me):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user