Applied pylint-amnesty
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string
|
||||
"""
|
||||
Defines the URL routes for this app.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""
|
||||
""" # lint-amnesty, pylint: disable=django-not-configured
|
||||
Helpers methods for site configuration.
|
||||
"""
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ from django.utils import http
|
||||
from oauth2_provider.models import Application
|
||||
from six.moves.urllib.parse import urlparse # pylint: disable=import-error
|
||||
|
||||
from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers
|
||||
from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers # lint-amnesty, pylint: disable=unused-import
|
||||
|
||||
|
||||
def is_safe_login_or_logout_redirect(redirect_to, request_host, dot_client_id, require_https):
|
||||
|
||||
Reference in New Issue
Block a user