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:
committed by
Michael Youngstrom
parent
97f13f6cf5
commit
4f807dd702
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user