fix: circle imported for perms-api

This commit is contained in:
Bai
2025-01-08 10:32:38 +08:00
committed by Bryan
parent 3ad64e142e
commit 3ae164d7e0
6 changed files with 40 additions and 48 deletions

View File

@@ -8,8 +8,7 @@ from assets.models import Node
from common.utils import get_logger, lazyproperty
from perms import serializers
from perms.utils import UserPermNodeUtil
from .mixin import SelfOrPKUserMixin
from .tree.mixin import RebuildTreeMixin
from .mixin import SelfOrPKUserMixin, RebuildTreeMixin
logger = get_logger(__name__)