Skip to content

Commit 606252d

Browse files
committed
refactor: update exported data models in openedx_authz api
1 parent ee870af commit 606252d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

openedx_authz/api/data.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@
2323
Organization = get_organization_model()
2424

2525
__all__ = [
26-
"UserData",
27-
"PermissionData",
26+
"ActionData",
27+
"ContentLibraryData",
28+
"CourseOverviewData",
2829
"GroupingPolicyIndex",
30+
"OrgCourseGlobData",
31+
"OrgGlobData",
32+
"OrgLibraryGlobData",
33+
"PermissionData",
2934
"PolicyIndex",
30-
"ActionData",
3135
"RoleAssignmentData",
3236
"RoleData",
3337
"ScopeData",
3438
"SubjectData",
35-
"ContentLibraryData",
36-
"CourseOverviewData",
37-
"OrgLibraryGlobData",
38-
"OrgCourseGlobData",
39+
"UserData",
3940
]
4041

4142
AUTHZ_POLICY_ATTRIBUTES_SEPARATOR = "^"

0 commit comments

Comments
 (0)