commit | 3a43e1b643ed7deacf7fb3b26454deebb3e50269 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Wed Apr 05 14:20:06 2023 -0700 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Mon Apr 17 08:58:14 2023 -0700 |
tree | 5a625192d0d4aced313c4cb2b175420929824176 | |
parent | b07f3ddd9ff2a6c9f14c1253b716a4d0e5e432f2 [diff] |
edtlib: make Range 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>