Applied pylint-amnesty

This commit is contained in:
usamasadiq
2021-02-02 14:54:00 +05:00
parent 047cc151f4
commit 7bbde8f0f5
129 changed files with 443 additions and 438 deletions

View File

@@ -1,4 +1,3 @@
# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string
"""
Defines the URL routes for this app.

View File

@@ -1,4 +1,4 @@
"""
""" # lint-amnesty, pylint: disable=django-not-configured
Helpers methods for site configuration.
"""

View File

@@ -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):