diff mbox series

[06/10] oeqa/utils/commands: remove unused imports

Message ID 20230331102622.1468385-7-ejo@pengutronix.de
State Accepted, archived
Commit 0c00b5cdd57c3d9c47d4780d6627c74221911b72
Headers show
Series oeqa: some minor fixes and cleanups | expand

Commit Message

Enrico Jörns March 31, 2023, 10:26 a.m. UTC
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
---
 meta/lib/oeqa/utils/commands.py | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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