Merge pull request #25527 from open-craft/nizar/squash_waffle_flag_warning

Squashes CourseWaffleFlag waffle_utils.WaffleFlag deprecation warning
This commit is contained in:
Robert Raposa
2020-11-05 07:10:03 -05:00
committed by GitHub

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.