commit | 8427259ca2728c975e9a45aec6158346b0b7babf | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Thu Apr 22 11:37:40 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 05 13:13:12 2021 -0500 |
tree | c48388bdc36d0c744ed6a2498cc08ef92c4e72e9 | |
parent | a7e7964b14dc68cdd4ffd7874d72b4bbf68ee57f [diff] |
dtlib: type annotate Property class Continue annotating the module. In some cases mypy will miss that _err() calls means the function will not return, so we return an unnecessary local variable to appease it. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>