diff options
author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2025-03-10 10:35:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-11 11:20:34 +0000 |
commit | 080cd0899c13e6ab69ca8fe1dff7915188b62051 (patch) | |
tree | 6367ea1fc374422d7e1a577995b405fc833a7734 /scripts | |
parent | 00e30f557bed16399c705767a0b01eb7d22ef1af (diff) | |
download | poky-080cd0899c13e6ab69ca8fe1dff7915188b62051.tar.gz |
oe-selftest: drop redundant imports
(From OE-Core rev: 95e26e937b37c02646c2481915ddba616fe754ba)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-selftest | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/oe-selftest b/scripts/oe-selftest index 18ac0f5869..afc48d9905 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest | |||
@@ -18,8 +18,6 @@ | |||
18 | 18 | ||
19 | import os | 19 | import os |
20 | import sys | 20 | import sys |
21 | import argparse | ||
22 | import logging | ||
23 | 21 | ||
24 | scripts_path = os.path.dirname(os.path.realpath(__file__)) | 22 | scripts_path = os.path.dirname(os.path.realpath(__file__)) |
25 | lib_path = scripts_path + '/lib' | 23 | lib_path = scripts_path + '/lib' |