perf: test rebase for commit id changed

pull/15925/head
Bai 2025-08-25 18:03:32 +08:00 committed by Bryan
parent 69de08bb5d
commit 3d95bc4656
1 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@ from django.utils.translation import gettext_lazy as _
from rest_framework import serializers
from accounts.const import SecretType, DEFAULT_PASSWORD_RULES
from common.utils import ssh_key_gen, random_string
from common.utils import validate_ssh_private_key, parse_ssh_private_key_str
from common.utils import (
validate_ssh_private_key, parse_ssh_private_key_str,
ssh_key_gen, random_string
)
class SecretGenerator: