From 88810263cd355b59f6828770959fe2afc4cda4d0 Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 25 Aug 2025 18:13:22 +0800 Subject: [PATCH] perf: test rebase for commit id changed 2 --- apps/accounts/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/accounts/utils.py b/apps/accounts/utils.py index 9247c1321..63b436100 100644 --- a/apps/accounts/utils.py +++ b/apps/accounts/utils.py @@ -2,11 +2,9 @@ import copy 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 ( - validate_ssh_private_key, parse_ssh_private_key_str, - ssh_key_gen, random_string + validate_ssh_private_key, parse_ssh_private_key_str, ssh_key_gen, random_string )