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 |
|
Peter Pinch
|
4f807dd702
|
INCR-155 Modernize openedx/core/djangoapps/video_config (#20408)
* run modernizer on openedx/core/djangoapps/embargo/
* sorting imports
* sort imports
* docstring
* try removing pylint disable
|
2019-05-06 16:43:42 -04:00 |
|
Ned Batchelder
|
e23e3a0486
|
Fix a number of unused-import pylint violations
|
2017-11-21 19:57:06 -05:00 |
|
Michael Frey
|
f92d02feae
|
catch InvalidKeyError
|
2017-06-27 09:49:19 -04:00 |
|
Ivan Ivic
|
6e45f00041
|
Created new embargo check api
LEARNER-1523
LEARNER-1524
|
2017-06-26 15:02:04 -04:00 |
|
John Eskew
|
e3cb462d18
|
Move embargo from common to openedx/core/djangoapps.
|
2016-11-07 08:47:36 -05:00 |
|