Skip to content
Snippets Groups Projects
Unverified Commit 12140e5b authored by Ayub's avatar Ayub Committed by GitHub
Browse files

Merge pull request #21784 from edx/BOM-608

BOM-608
parents a9d4f3c9 1178384a
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,9 @@ class Status(object):
def __eq__(self, other):
return self._status == str(other)
def __hash__(self):
return hash(str(self))
class Attribute(object):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment