Use proper value for False
This commit is contained in:
parent
2fa0b9d0bd
commit
1338946c7b
|
@ -767,7 +767,7 @@ class Values:
|
|||
elif isinstance(other, dict):
|
||||
return self.__dict__ == other
|
||||
else:
|
||||
return false
|
||||
return False
|
||||
|
||||
def __ne__(self, other):
|
||||
return not (self == other)
|
||||
|
|
Loading…
Reference in New Issue