Skip to content

Commit 098c927

Browse files
committed
style: sort imports
1 parent 4cc375d commit 098c927

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cms/djangoapps/contentstore/views/course.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
from opaque_keys.edx.keys import CourseKey
3030
from opaque_keys.edx.locator import BlockUsageLocator
3131
from openedx_authz.api import get_scopes_for_user_and_permission
32-
from openedx_authz.api.data import CourseOverviewData, OrgCourseOverviewGlobData, PlatformCourseOverviewGlobData, ScopeData
32+
from openedx_authz.api.data import (
33+
CourseOverviewData,
34+
OrgCourseOverviewGlobData,
35+
PlatformCourseOverviewGlobData,
36+
ScopeData,
37+
)
3338
from openedx_authz.constants.permissions import (
3439
COURSES_MANAGE_COURSE_UPDATES,
3540
COURSES_MANAGE_GROUP_CONFIGURATIONS,

0 commit comments

Comments
 (0)