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
Initialize parent class after all attributes were initialized
This is just in case the parent class calls some abstract method that is
implemented in the current class, in which case it could try to accesss
the attributes that are not initialized yet.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments