INCR-211: run python-modernize and isort (#20432)
* INCR-211: run python-modernize and isort to support python2 --> python3 transition * INCR-211: fix pylint errors. Removed unused module import request and error. Used import as to avoid too deep a function call. Altering imports and using suppression of pylint's import error. * INCR-211: ignore pylint's import error from six module. * INCR-211: remove unused modules. Ignore pylint import error from six module. * INCR-211: ignore pylint's import error from six module. Group imports. * INCR-211: disable error of 'must be called with literal string' The specific context for this error means we can disable this. * INCR-211: change import to satisfy pylint by renaming import * INCR-211: fix imports so six.unichr works.
Showing
- openedx/core/djangoapps/user_authn/views/auto_auth.py 6 additions, 3 deletionsopenedx/core/djangoapps/user_authn/views/auto_auth.py
- openedx/core/djangoapps/user_authn/views/deprecated.py 7 additions, 10 deletionsopenedx/core/djangoapps/user_authn/views/deprecated.py
- openedx/core/djangoapps/user_authn/views/login.py 9 additions, 7 deletionsopenedx/core/djangoapps/user_authn/views/login.py
- openedx/core/djangoapps/user_authn/views/login_form.py 10 additions, 9 deletionsopenedx/core/djangoapps/user_authn/views/login_form.py
- openedx/core/djangoapps/user_authn/views/logout.py 5 additions, 3 deletionsopenedx/core/djangoapps/user_authn/views/logout.py
- openedx/core/djangoapps/user_authn/views/register.py 11 additions, 20 deletionsopenedx/core/djangoapps/user_authn/views/register.py
- openedx/core/djangoapps/user_authn/views/tests/test_auto_auth.py 10 additions, 4 deletions.../core/djangoapps/user_authn/views/tests/test_auto_auth.py
- openedx/core/djangoapps/user_authn/views/tests/test_login.py 10 additions, 7 deletionsopenedx/core/djangoapps/user_authn/views/tests/test_login.py
- openedx/core/djangoapps/user_authn/views/tests/test_login_registration_forms.py 12 additions, 7 deletions...s/user_authn/views/tests/test_login_registration_forms.py
- openedx/core/djangoapps/user_authn/views/tests/test_logout.py 7 additions, 7 deletions...edx/core/djangoapps/user_authn/views/tests/test_logout.py
- openedx/core/djangoapps/user_authn/views/tests/test_register.py 12 additions, 6 deletions...x/core/djangoapps/user_authn/views/tests/test_register.py
- openedx/core/djangoapps/user_authn/views/tests/test_views.py 9 additions, 6 deletionsopenedx/core/djangoapps/user_authn/views/tests/test_views.py
Please register or sign in to comment