diff --git a/openedx/core/djangoapps/video_config/models.py b/openedx/core/djangoapps/video_config/models.py index fef035a8d2..0a2c3c8dad 100644 --- a/openedx/core/djangoapps/video_config/models.py +++ b/openedx/core/djangoapps/video_config/models.py @@ -12,7 +12,6 @@ from opaque_keys.edx.django.models import CourseKeyField URL_REGEX = r'^[a-zA-Z0-9\-_]*$' - class HLSPlaybackEnabledFlag(ConfigurationModel): """ Enables HLS Playback across the platform.