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
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
05bf848b
Commit
05bf848b
authored
5 years ago
by
amitvadhel
Browse files
Options
Downloads
Patches
Plain Diff
INCR-477: pylint: disable import-error for urljoin
parent
94f410f4
Branches
Branches containing commit
Tags
Tags containing commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/discussion/tasks.py
+1
-1
1 addition, 1 deletion
lms/djangoapps/discussion/tasks.py
with
1 addition
and
1 deletion
lms/djangoapps/discussion/tasks.py
+
1
−
1
View file @
05bf848b
...
@@ -17,7 +17,7 @@ from edx_ace.recipient import Recipient
...
@@ -17,7 +17,7 @@ from edx_ace.recipient import Recipient
from
edx_ace.utils
import
date
from
edx_ace.utils
import
date
from
eventtracking
import
tracker
from
eventtracking
import
tracker
from
opaque_keys.edx.keys
import
CourseKey
from
opaque_keys.edx.keys
import
CourseKey
from
six.moves.urllib.parse
import
urljoin
from
six.moves.urllib.parse
import
urljoin
# pylint: disable=import-error
import
openedx.core.djangoapps.django_comment_common.comment_client
as
cc
import
openedx.core.djangoapps.django_comment_common.comment_client
as
cc
from
lms.djangoapps.discussion.django_comment_client.utils
import
(
from
lms.djangoapps.discussion.django_comment_client.utils
import
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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