fix: 密钥密码翻译

pull/7566/head^2
feng626 2022-01-27 15:06:15 +08:00 committed by Jiangjie.Bai
parent a81f6bf97b
commit acdde5a236
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
from io import StringIO
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
from rest_framework import serializers
from common.utils import ssh_pubkey_gen, ssh_private_key_gen, validate_ssh_private_key