From a5f848f0e0ab57302c487594a59096babb738168 Mon Sep 17 00:00:00 2001 From: Enrico Jörns Date: Fri, 31 Mar 2023 12:26:18 +0200 Subject: oeqa/utils/commands: remove unused imports (From OE-Core rev: 0c00b5cdd57c3d9c47d4780d6627c74221911b72) Signed-off-by: Enrico Jorns Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/commands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index 84c463328f..9b07227f12 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py @@ -8,11 +8,8 @@ # This module is mainly used by scripts/oe-selftest and modules under meta/oeqa/selftest # It provides a class and methods for running commands on the host in a convienent way for tests. - - import os import sys -import signal import subprocess import threading import time -- cgit v1.2.3-54-g00ecf