perf: 修改 导入

This commit is contained in:
ibuler
2022-08-23 10:23:48 +08:00
parent 09607a1885
commit ab46194039
18 changed files with 47 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ from perms.notifications import (
PermedAppsWillExpireUserMsg, AppPermsWillExpireForOrgAdminMsg
)
from perms.models import AssetPermission, ApplicationPermission
from perms.utils.asset.user_permission import UserGrantedTreeRefreshController
from perms.utils.user_permission import UserGrantedTreeRefreshController
logger = get_logger(__file__)