Fix quality failures with pylint 2.13.5 (#30197)
* build: update pylint-checks ci workflow * fix: fix quality failures with new pylint version * chore: remove pylint constraint * chore: Updating Python Requirements (#30196) Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
This commit is contained in:
0
openedx/core/djangoapps/coursegraph/__init__.py
Normal file
0
openedx/core/djangoapps/coursegraph/__init__.py
Normal file
@@ -492,7 +492,7 @@ def enterprise_selection_page(request, user, next_url):
|
||||
rate=settings.LOGISTRATION_RATELIMIT_RATE,
|
||||
method='POST',
|
||||
) # lint-amnesty, pylint: disable=too-many-statements
|
||||
def login_user(request, api_version='v1'):
|
||||
def login_user(request, api_version='v1'): # pylint: disable=too-many-statements
|
||||
"""
|
||||
AJAX request to log in the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user