Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
9cfecdb6
Commit
9cfecdb6
authored
3 years ago
by
Sofia Yoon
Browse files
Options
Downloads
Patches
Plain Diff
style: AA-796 remove lint-amnesty comment and reorder imported functions alphabetically
parent
87e3ce69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/djangoapps/courseware/tabs.py
+1
-1
1 addition, 1 deletion
lms/djangoapps/courseware/tabs.py
lms/djangoapps/courseware/views/views.py
+2
-2
2 additions, 2 deletions
lms/djangoapps/courseware/views/views.py
with
3 additions
and
3 deletions
lms/djangoapps/courseware/tabs.py
+
1
−
1
View file @
9cfecdb6
...
...
@@ -10,7 +10,7 @@ from django.utils.translation import ugettext_noop
from
lms.djangoapps.courseware.access
import
has_access
from
lms.djangoapps.courseware.entrance_exams
import
user_can_skip_entrance_exam
from
lms.djangoapps.course_home_api.toggles
import
course_home_mfe_is_active
,
course_home_mfe_progress_tab_is_active
# lint-amnesty, pylint: disable=line-too-long
from
lms.djangoapps.course_home_api.toggles
import
course_home_mfe_is_active
,
course_home_mfe_progress_tab_is_active
from
openedx.core.lib.course_tabs
import
CourseTabPluginManager
from
openedx.features.course_experience
import
DISABLE_UNIFIED_COURSE_TAB_FLAG
,
default_course_url_name
from
openedx.features.course_experience.url_helpers
import
get_learning_mfe_home_url
...
...
This diff is collapsed.
Click to expand it.
lms/djangoapps/courseware/views/views.py
+
2
−
2
View file @
9cfecdb6
...
...
@@ -55,8 +55,8 @@ from lms.djangoapps.certificates import api as certs_api
from
lms.djangoapps.certificates.data
import
CertificateStatuses
from
lms.djangoapps.commerce.utils
import
EcommerceService
from
lms.djangoapps.course_home_api.toggles
import
(
course_home_mfe_
progress_tab_
is_active
,
course_home_mfe_is_active
course_home_mfe_is_active
,
course_home_mfe_
progress_tab_
is_active
)
from
openedx.features.course_experience.url_helpers
import
get_learning_mfe_home_url
,
is_request_from_learning_mfe
from
lms.djangoapps.courseware.access
import
has_access
,
has_ccx_coach_role
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment