summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit_kernel.py
diff options
context:
space:
mode:
authorDaniel Latypov <dlatypov@google.com>2023-03-16 15:06:37 -0700
committerShuah Khan <skhan@linuxfoundation.org>2023-03-17 12:28:25 -0600
commit126901ba3499880c9ed033633817cf7493120fda (patch)
tree6f77442c473e95646670889dffbdcbe94e629077 /tools/testing/kunit/kunit_kernel.py
parent695e26030858b27648ca107b77095fed53377b4b (diff)
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>
Diffstat (limited to 'tools/testing/kunit/kunit_kernel.py')
-rw-r--r--tools/testing/kunit/kunit_kernel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/kunit/kunit_kernel.py b/tools/testing/kunit/kunit_kernel.py
index e6fc8fcb071a..775842b912d8 100644
--- a/tools/testing/kunit/kunit_kernel.py
+++ b/tools/testing/kunit/kunit_kernel.py
@@ -18,7 +18,6 @@ import threading
from typing import Iterator, List, Optional, Tuple
import kunit_config
-from kunit_printer import stdout
import qemu_config
KCONFIG_PATH = '.config'