Skip to content
Snippets Groups Projects
Commit 3a46e7c5 authored by Nizar Mahmoud's avatar Nizar Mahmoud
Browse files

Squashes waffle_utils.WaffleFlag deprecation warning

parent e3bc66fb
Branches
Tags
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment