mirror of https://github.com/jumpserver/jumpserver
perf: test rebase for commit id changed 2
parent
3d95bc4656
commit
88810263cd
|
@ -2,11 +2,9 @@ import copy
|
||||||
|
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
from accounts.const import SecretType, DEFAULT_PASSWORD_RULES
|
from accounts.const import SecretType, DEFAULT_PASSWORD_RULES
|
||||||
from common.utils import (
|
from common.utils import (
|
||||||
validate_ssh_private_key, parse_ssh_private_key_str,
|
validate_ssh_private_key, parse_ssh_private_key_str, ssh_key_gen, random_string
|
||||||
ssh_key_gen, random_string
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue