We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4115799 commit ca746b2Copy full SHA for ca746b2
1 file changed
common/djangoapps/student/auth.py
@@ -11,7 +11,11 @@
11
from django.core.exceptions import PermissionDenied
12
from opaque_keys.edx.locator import LibraryLocator
13
from openedx_authz import api as authz_api
14
-from openedx_authz.constants.permissions import COURSES_CREATE_COURSE, COURSES_MANAGE_ADVANCED_SETTINGS, COURSES_VIEW_ADVANCED_SETTINGS
+from openedx_authz.constants.permissions import (
15
+ COURSES_CREATE_COURSE,
16
+ COURSES_MANAGE_ADVANCED_SETTINGS,
17
+ COURSES_VIEW_ADVANCED_SETTINGS,
18
+)
19
20
from common.djangoapps.student.roles import (
21
CourseBetaTesterRole,
0 commit comments