diff --git a/openedx/core/djangoapps/waffle_utils/__init__.py b/openedx/core/djangoapps/waffle_utils/__init__.py index 3b87959fd3..f181cdf28a 100644 --- a/openedx/core/djangoapps/waffle_utils/__init__.py +++ b/openedx/core/djangoapps/waffle_utils/__init__.py @@ -121,7 +121,7 @@ class WaffleFlag(BaseWaffleFlag): yield -class CourseWaffleFlag(WaffleFlag): +class CourseWaffleFlag(BaseWaffleFlag): """ Represents a single waffle flag that can be forced on/off for a course. This class should be used instead of WaffleFlag when in the context of a course.