* INCR-240: Run python-modernize and isort on openedx/core/djangoapps/util * INCR-240: [ADD] Missing module docstring at ratelimit
There has been some reports about attack on /oauth2/access_token/. This cause LMS to be down. This is being resolved by rate limiting the endpoint. LEARNER-3393