Skip to content

Commit 39d8a31

Browse files
author
Tycho Hob
committed
style: Fix formatting
1 parent aa773f4 commit 39d8a31

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openedx_authz/api/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@ class OrgCourseOverviewGlobData(OrgGlobData):
838838

839839
NAMESPACE: ClassVar[str] = "course-v1"
840840
ID_SEPARATOR: ClassVar[str] = "+"
841-
842-
841+
842+
843843
class CCXCourseOverviewData(CourseOverviewData):
844844
"""CCX course scope for authorization in the Open edX platform.
845845

openedx_authz/constants/roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
COURSE_BETA_TESTER = RoleData(external_key="course_beta_tester", permissions=COURSE_BETA_TESTER_PERMISSIONS)
182182

183183
# This is a known LMS-only permission, but doesn't actually grant anything yet.
184-
#
184+
#
185185
# It is intended to be handled in the Willow time frame.
186186
CCX_COACH_PERMISSIONS = []
187187
CCX_COACH = RoleData(external_key="ccx_coach", permissions=CCX_COACH_PERMISSIONS)

0 commit comments

Comments
 (0)