commit | d8698cbdc67375c775be41a2946a61008027593a | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Wed Jul 08 14:55:14 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 08 20:19:02 2020 -0400 |
tree | 40ffb185f0485065e2b19626d2de044938da97ca | |
parent | 7f251a7d08288761c8a57b9e28a9ba5ec1a02b2a [diff] |
sanitylib: pacify pylint According to our compliance checks, we have 'useless-suppression' and 'unused-import' on our hands: W0611: Unused CLoader imported from yaml as Loader W0611: Unused Loader imported from yaml I0021: Useless suppression of 'unsubscriptable-object' Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>