* INCR-236 * Run python-modernize on openedx/features/course_duration_limits and verify that the change makes sense and tests does not break * Remove redundant import and update docstring style
7 lines
102 B
Python
7 lines
102 B
Python
"""
|
|
Content type gating waffle flag
|
|
"""
|
|
|
|
EXPERIMENT_ID = 11
|
|
EXPERIMENT_DATA_HOLDBACK_KEY = 'holdback'
|