[v3] LocalStore__eq__
#1744
Labels
good-first-issue
Good place to get started as a new contributor.
help wanted
Issue could use help from someone with familiarity on the topic
Milestone
Right now,
LocalStore('tmp') == LocalStore('tmp')
isFalse
. I think this should evaluate toTrue
; fixing it requires implementing__eq__
on LocalStore.This would be good issue for anyone interested in working on v3 stuff.
The text was updated successfully, but these errors were encountered: