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

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
from .tree import * # noqa fix circular import
from .nodes import *
from .assets import *
from .accounts import *
from .tree import *