Files
edx-platform/openedx/features/course_duration_limits/config.py
Wei Lee 1d5a72ac33 INCR-236 (#20502)
* 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
2019-05-23 11:53:58 -04:00

7 lines
102 B
Python

"""
Content type gating waffle flag
"""
EXPERIMENT_ID = 11
EXPERIMENT_DATA_HOLDBACK_KEY = 'holdback'