commit | f663521e4a6b40440288ac83e242be00dd69fc43 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Thu Apr 22 10:41:58 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 05 13:13:12 2021 -0500 |
tree | cade06eb364dc8453cb2e3ea0907e30a6d801537 | |
parent | a6ed7b262e1b4b6fdf11a77bd8501f235c7f3b68 [diff] |
dtlib: type annotate Node class A step along the way towards typing the whole module. Fix an incorrect (or at best misleading) comment while we're here, which was noticed by the type checker when I originally annotated 'props' as a Dict[str, bytes]. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>