Skip to content
Snippets Groups Projects
Commit 05bf848b authored by amitvadhel's avatar amitvadhel
Browse files

INCR-477: pylint: disable import-error for urljoin

parent 94f410f4
No related merge requests found
......@@ -17,7 +17,7 @@ from edx_ace.recipient import Recipient
from edx_ace.utils import date
from eventtracking import tracker
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
from lms.djangoapps.discussion.django_comment_client.utils import (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment