fix: View user perms bug (#13721)

Co-authored-by: feng <1304903146@qq.com>
pull/13723/head
fit2bot 2024-07-15 17:50:37 +08:00 committed by GitHub
parent 13b1938efb
commit 53a388a7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from labels.mixins import LabeledMixin
from orgs.utils import current_org from orgs.utils import current_org
from ._auth import AuthMixin, MFAMixin from ._auth import AuthMixin, MFAMixin
from ._json import JSONFilterMixin from ._json import JSONFilterMixin
from ._role import RoleMixin from ._role import RoleMixin, SystemRoleManager, OrgRoleManager
from ._source import SourceMixin, Source from ._source import SourceMixin, Source
from ._token import TokenMixin from ._token import TokenMixin