commit | 7b93bd54d493d36b74c97715a5b6b0f5dda5c22a | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Tue Jun 23 13:27:11 2020 -0700 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Jun 25 12:14:25 2020 +0200 |
tree | 2de02fe05998be54f9f3bc67e4bf8e5f315c6809 | |
parent | 4c122dd42ae5197a0735c39df8cb4ffb2956dc27 [diff] |
scripts: runners: clean up super() calls We can just call super() instead of super(MyClassName, self). The original extra verbosity is likely due to old habits of mine from Python 2 which are no longer necessary, but got copy/pasted around. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>