Commit cfcc093606e747a5d250787012bac0b149c60d6d

Enji Cooper 2020-03-27T16:27:56

Call `super` to call methods from the parent class Not only does it make it clearer to the reader what the intent is behind the code, it fixes MRO evaluation of classes if the parent-child relationship is nonlinear. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>