This commit is contained in:
Michael Greene
2022-11-23 11:42:57 -08:00
parent 74d5ec834f
commit 830bdab323

View File

@@ -668,7 +668,7 @@ class Fingerprint(str):
return False # pragma: no cover
def __ne__(self, other):
return not (self == str(other))
return not (self == other)
def __hash__(self):
return hash(str(self))