Merge pull request #5429 from edx/dcs/mobile-delint
Cleaning up pylint and pep8 errors in mobile API.
No related branches found
No related tags found
Showing
- lms/djangoapps/mobile_api/__init__.py 3 additions, 0 deletionslms/djangoapps/mobile_api/__init__.py
- lms/djangoapps/mobile_api/course_info/__init__.py 3 additions, 0 deletionslms/djangoapps/mobile_api/course_info/__init__.py
- lms/djangoapps/mobile_api/course_info/models.py 3 additions, 1 deletionlms/djangoapps/mobile_api/course_info/models.py
- lms/djangoapps/mobile_api/course_info/tests.py 6 additions, 3 deletionslms/djangoapps/mobile_api/course_info/tests.py
- lms/djangoapps/mobile_api/course_info/urls.py 4 additions, 4 deletionslms/djangoapps/mobile_api/course_info/urls.py
- lms/djangoapps/mobile_api/course_info/views.py 3 additions, 4 deletionslms/djangoapps/mobile_api/course_info/views.py
- lms/djangoapps/mobile_api/models.py 3 additions, 1 deletionlms/djangoapps/mobile_api/models.py
- lms/djangoapps/mobile_api/urls.py 5 additions, 2 deletionslms/djangoapps/mobile_api/urls.py
- lms/djangoapps/mobile_api/users/__init__.py 3 additions, 0 deletionslms/djangoapps/mobile_api/users/__init__.py
- lms/djangoapps/mobile_api/users/models.py 3 additions, 1 deletionlms/djangoapps/mobile_api/users/models.py
- lms/djangoapps/mobile_api/users/serializers.py 11 additions, 4 deletionslms/djangoapps/mobile_api/users/serializers.py
- lms/djangoapps/mobile_api/users/tests.py 11 additions, 8 deletionslms/djangoapps/mobile_api/users/tests.py
- lms/djangoapps/mobile_api/users/urls.py 6 additions, 6 deletionslms/djangoapps/mobile_api/users/urls.py
- lms/djangoapps/mobile_api/users/views.py 10 additions, 5 deletionslms/djangoapps/mobile_api/users/views.py
- lms/djangoapps/mobile_api/video_outlines/__init__.py 3 additions, 0 deletionslms/djangoapps/mobile_api/video_outlines/__init__.py
- lms/djangoapps/mobile_api/video_outlines/models.py 3 additions, 1 deletionlms/djangoapps/mobile_api/video_outlines/models.py
- lms/djangoapps/mobile_api/video_outlines/serializers.py 15 additions, 5 deletionslms/djangoapps/mobile_api/video_outlines/serializers.py
- lms/djangoapps/mobile_api/video_outlines/tests.py 14 additions, 9 deletionslms/djangoapps/mobile_api/video_outlines/tests.py
- lms/djangoapps/mobile_api/video_outlines/urls.py 6 additions, 5 deletionslms/djangoapps/mobile_api/video_outlines/urls.py
- lms/djangoapps/mobile_api/video_outlines/views.py 2 additions, 5 deletionslms/djangoapps/mobile_api/video_outlines/views.py
Please register or sign in to comment