Skip to content

Commit f2b0af2

Browse files
committed
refactor: permission constants
1 parent f618dd4 commit f2b0af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/constants/permission_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ class PermissionConstants(Enum):
446446
ROLE_ADD_MEMBER = Permission(
447447
group=Group.ROLE, operate=Operate.ADD_MEMBER, role_list=[RoleConstants.ADMIN],
448448
parent_group=[SystemGroup.ROLE]
449-
),
449+
)
450450
ROLE_REMOVE_MEMBER = Permission(
451451
group=Group.ROLE, operate=Operate.REMOVE_MEMBER, role_list=[RoleConstants.ADMIN],
452452
parent_group=[SystemGroup.ROLE]

0 commit comments

Comments
 (0)