kunit: tool: remove unused imports and variables
authorDaniel Latypov <dlatypov@google.com>
Thu, 16 Mar 2023 22:06:37 +0000 (15:06 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 17 Mar 2023 18:28:25 +0000 (12:28 -0600)
commit126901ba3499880c9ed033633817cf7493120fda
tree6f77442c473e95646670889dffbdcbe94e629077
parent695e26030858b27648ca107b77095fed53377b4b
kunit: tool: remove unused imports and variables

We don't run a linter regularly over kunit.py code (the default settings
on most don't like kernel style, e.g. tabs) so some of these imports
didn't get removed when they stopped being used.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit.py
tools/testing/kunit/kunit_config.py
tools/testing/kunit/kunit_kernel.py
tools/testing/kunit/kunit_parser.py
tools/testing/kunit/kunit_tool_test.py