We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ace821 commit ea930a3Copy full SHA for ea930a3
apitools/base/protorpclite/messages.py
@@ -758,6 +758,8 @@ class Order(Message):
758
759
"""
760
761
+ __hash__ = None
762
+
763
def __init__(self, **kwargs):
764
"""Initialize internal messages state.
765
@@ -1058,10 +1060,6 @@ def __ne__(self, other):
1058
1060
1059
1061
return not self.__eq__(other)
1062
- def __hash__(self):
- """Hash by __tags"""
1063
- return hash(self.__tags)
1064
-
1065
1066
class FieldList(list):
1067
"""List implementation that validates field values.
0 commit comments