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
Usually that's not a problem, because diamond-like inheritance is generally considered bad design. If you want to force it, pass (slots=False) to the last define.
Hello,
I encounter a problem when trying to use attrs class with a diamond-like inheritance:
The error :
Minimal Example:
I do not understand why there should be any conflict in this example.
The text was updated successfully, but these errors were encountered: