You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In xlwings#55 an equality method was introduced without a corresponding hash
method. Hashable objects that implement __eq__ must also implement
__hash__ if the type is immutable [1]. Implement hash using the label
field which is now a property in order to convey the intent of
immutability.
Fixesxlwings#58
[1] https://docs.python.org/3/reference/datamodel.html#object.__hash__
Signed-off-by: Cory Todd <cory.todd@canonical.com>
I cloned the project and executed the tests but it's not working. do you have any advice?
output
The text was updated successfully, but these errors were encountered: