From 080cd0899c13e6ab69ca8fe1dff7915188b62051 Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Mon, 10 Mar 2025 10:35:43 +0100 Subject: oe-selftest: drop redundant imports (From OE-Core rev: 95e26e937b37c02646c2481915ddba616fe754ba) Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- scripts/oe-selftest | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') 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 @@ import os import sys -import argparse -import logging scripts_path = os.path.dirname(os.path.realpath(__file__)) lib_path = scripts_path + '/lib' -- cgit v1.2.3-54-g00ecf