1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Adrian Freihofer
2025-03-10 10:35:43 +01:00
committed by Richard Purdie
parent 00e30f557b
commit 080cd0899c
-2
View File
@@ -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'