Add the type property for OptCheck to fix a pylint error
authorAlexander Popov <alex.popov@linux.com>
Thu, 28 Apr 2022 11:31:00 +0000 (14:31 +0300)
committerAlexander Popov <alex.popov@linux.com>
Thu, 28 Apr 2022 11:31:00 +0000 (14:31 +0300)
commitc879013472da4d19129a35b242ae23be28c2298e
tree06c00a894adc40a781fea75803d28f5da8ce287e
parent61bfef8931bcefc1abb6d3d46e169c8372ce729b
Add the type property for OptCheck to fix a pylint error

Fix for kconfig_hardened_check/__init__.py:125:68: E1101:
  Instance of 'OptCheck' has no 'type' member (no-member)
kconfig_hardened_check/__init__.py