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 |
|
Ayub khan
|
ea8a197eb4
|
INCR-427 python3 compatibility
|
2019-07-16 16:02:21 +05:00 |
|
Matthew Piatetsky
|
9681ca36b8
|
fix unicode strings in common/
|
2019-02-05 10:57:00 -05:00 |
|
Clinton Blackburn
|
74f9858b77
|
Optimized all imports in common.test.acceptance
- Removed unused imports
- Ran isort to properly order/style imports
|
2017-05-28 00:59:22 -04:00 |
|
Jhony Avella
|
7ec552f409
|
Replacing relative imports by absolute imports for all files into common/test/acceptance/fixtures directory
|
2016-06-23 16:33:15 -05: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 |
|
muhammad-ammar
|
6a5ce5d544
|
Upgrade factory_boy
TNL-3179
|
2015-09-18 18:02:38 +05:00 |
|
polesye
|
c7153be040
|
TNL-213: Let Students Add Personal Notes to Course Content.
Co-Authored-By: Jean-Michel Claus <jmc@edx.org>
Co-Authored-By: Brian Talbot <btalbot@edx.org>
Co-Authored-By: Tim Babych <tim@edx.org>
Co-Authored-By: Oleg Marshev <oleg@edx.org>
Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
|
2015-01-14 23:34:11 +02:00 |
|