From: Adrian Freihofer Date: Mon, 10 Mar 2025 09:35:43 +0000 (+0100) Subject: oe-selftest: drop redundant imports X-Git-Tag: yocto-5.2~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e26e937b37c02646c2481915ddba616fe754ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oe-selftest: drop redundant imports Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- diff --git a/scripts/oe-selftest b/scripts/oe-selftest index 18ac0f5869c..afc48d9905c 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'