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 |
|
Anthony Wee
|
b095ce15c8
|
INCR-124: Run python-modernize on common/djangoapps/track/tests (#20445)
* INCR-124: Run python-modernize on common/djangoapps/track/tests
* isort
|
2019-05-07 14:05:38 -04:00 |
|
cclauss
|
c0c935b685
|
Old style exceptions --> new style for Python 3
|
2019-02-19 13:09:23 +01:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Carlos Andrés Rocha
|
11db4e3773
|
Use datetime objects in time field in event tracking
|
2013-09-11 10:02:16 -04:00 |
|