Skip to content

Commit ca746b2

Browse files
committed
style: format import statements for better readability
1 parent 4115799 commit ca746b2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

common/djangoapps/student/auth.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
from django.core.exceptions import PermissionDenied
1212
from opaque_keys.edx.locator import LibraryLocator
1313
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
14+
from openedx_authz.constants.permissions import (
15+
COURSES_CREATE_COURSE,
16+
COURSES_MANAGE_ADVANCED_SETTINGS,
17+
COURSES_VIEW_ADVANCED_SETTINGS,
18+
)
1519

1620
from common.djangoapps.student.roles import (
1721
CourseBetaTesterRole,

0 commit comments

Comments
 (0)