Squashes waffle_utils.WaffleFlag deprecation warning

This commit is contained in:
Nizar Mahmoud
2020-11-05 02:00:33 +03:00
parent e3bc66fbf4
commit 3a46e7c5f5

View File

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