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
This commit is contained in:
Peter Pinch
2019-05-06 16:43:43 -04:00
committed by Michael Youngstrom
parent 97f13f6cf5
commit 4f807dd702
17 changed files with 75 additions and 46 deletions

View File

@@ -5,6 +5,7 @@ business logic that is not directly tied to the data itself.
This API is exposed via the middleware(emabargo/middileware.py) layer but may be used directly in-process.
"""
from __future__ import absolute_import
import logging
from django.conf import settings