chore: Django3 has removed python_2_unicode_compatible.

Execute the codemodes.
This commit is contained in:
Awais Qureshi
2021-07-27 11:55:00 +05:00
parent b58832c8a6
commit e5cbeeb86a

View File

@@ -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.