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>
This commit is contained in:
Daniel Latypov
2023-03-16 15:06:37 -07:00
committed by Shuah Khan
parent 695e260308
commit 126901ba34
5 changed files with 3 additions and 5 deletions

View File

@@ -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'