commit | 83b6db2ec1e0d76257e1c6dd90dfd0cddfca082a | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Wed Apr 05 14:48:29 2023 -0700 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Mon Apr 17 08:58:14 2023 -0700 |
tree | fe4408edd2e6e8bc785dc4ddae5430de1059ea93 | |
parent | 3a43e1b643ed7deacf7fb3b26454deebb3e50269 [diff] |
edtlib: make ControllerAndData a type-annotated dataclass Converting this to a dataclass will make it easier to type annotate. Adding type annotations is incremental progress towards type checking the entire module. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>