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
LGTM produces alerts for __eq__ not overridden when adding attributes. Entity objects are compared for equality based on their ID. LGTM expects subclasses to override __eq__ when attributes are added, but we don't need to.
We should find a way to disable these warnings for our Entity subclasses.
The text was updated successfully, but these errors were encountered:
LGTM produces alerts for
__eq__ not overridden when adding attributes
. Entity objects are compared for equality based on their ID. LGTM expects subclasses to override__eq__
when attributes are added, but we don't need to.We should find a way to disable these warnings for our Entity subclasses.
The text was updated successfully, but these errors were encountered: