From e5cbeeb86a70619feec57c09ff08aa60a1a611bc Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 27 Jul 2021 11:55:00 +0500 Subject: [PATCH] chore: Django3 has removed python_2_unicode_compatible. Execute the codemodes. --- openedx/core/djangoapps/video_config/models.py | 1 - 1 file changed, 1 deletion(-) 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.