Skip to content

Commit

Permalink
fix(redis): 自愈流程失败lazy_ TencentBlueKing#8140
Browse files Browse the repository at this point in the history
  • Loading branch information
xiepaup authored and iSecloud committed Nov 25, 2024
1 parent ec792ff commit b5a7e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/backend/db_services/redis/autofix/bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from django.db.models import QuerySet
from django.utils import timezone
from django.utils.crypto import get_random_string
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as _

from backend.configuration.constants import DBType
from backend.configuration.models.dba import DBAdministrator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
specific language governing permissions and limitations under the License.
"""

from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as _
from rest_framework import serializers

from backend.db_meta.enums import InstanceRole
Expand Down

0 comments on commit b5a7e30

Please sign in to comment.