Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kunit: tool: Fix a python tuple typing error
The first argument to namedtuple() should match the name of the type, which wasn't the case for KconfigEntryBase. Fixing this is enough to make mypy show no python typing errors again. Fixes 97752c3 ("kunit: kunit_tool: Allow .kunitconfig to disable config items") Signed-off-by: David Gow <[email protected]> Reviewed-by: Daniel Latypov <[email protected]> Acked-by: Brendan Higgins <[email protected]> Signed-off-by: Shuah Khan <[email protected]>