Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Stu Young
|
367736614d
|
INCR-259 Run python-modernize on lms/djangoapps/survey (#20561)
* run python modernize
* run isort
|
2019-05-21 11:35:25 -04:00 |
|
Andy Armstrong
|
79acb5c5be
|
Reorder LMS imports using isort
|
2017-06-11 21:48:06 -04:00 |
|
Ned Batchelder
|
322ca34b20
|
Remove pylint pragmas from "class Meta"
Also remove useless docstrings where they were added to keep pylint
quiet.
|
2015-10-21 07:37:00 -04:00 |
|
stv
|
6c06f8ce5d
|
Fix Pylint: C1001(old-style-class)
|
2015-03-13 20:20:04 -07:00 |
|
stv
|
e17504d7b8
|
Fix Pylint: E0012(bad-option-value)
|
2015-02-19 19:56:51 -08:00 |
|
Sarina Canelake
|
e45994b2ef
|
s/pylint: disable=R0924/pylint: disable=incomplete-protocol/
|
2014-12-01 11:22:11 -05:00 |
|
Sarina Canelake
|
e0f1d3f3f3
|
s/pylint: disable=C0111/pylint: disable=missing-docstring/
|
2014-12-01 11:22:09 -05:00 |
|
Chris Dodge
|
fea9432b50
|
Add the ability for course staff to specify a Survey and make it required so that a student must fill it out before starting the course
|
2014-10-30 13:11:02 -04:00 |
|