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

This commit is contained in:
amitvadhel
2019-06-19 09:16:03 +03:00
parent 94f410f432
commit 05bf848b1f

View File

@@ -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 (