From 3d95bc465626a7973ce53a10be104c294d6ca1fc Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 25 Aug 2025 18:03:32 +0800 Subject: [PATCH] perf: test rebase for commit id changed --- apps/accounts/utils.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/accounts/utils.py b/apps/accounts/utils.py index 9df67daf6..9247c1321 100644 --- a/apps/accounts/utils.py +++ b/apps/accounts/utils.py @@ -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: