Skip to content

Commit 9706107

Browse files
committed
fix: reorder OTHER permission constant in permission_constants.py
1 parent 69ff7f9 commit 9706107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/common/constants/permission_constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ class WorkspaceGroup(Enum):
111111
KNOWLEDGE = "KNOWLEDGE"
112112
MODEL = "MODEL"
113113
TOOL = "TOOL"
114-
OTHER = "OTHER"
115114
RESOURCE_PERMISSION = "RESOURCE_PERMISSION"
115+
OTHER = "OTHER"
116+
116117

117118

118119
class UserGroup(Enum):

0 commit comments

Comments
 (0)