1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

oeqa/sdk: remove unused imports from test cases

Remove redundant imports.

(From OE-Core rev: b6223259458578d8b967aff11d3263dfed496708)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-05-20 10:18:29 +00:00
committed by Richard Purdie
parent fd2714953d
commit d2e7656f4f
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
import subprocess, unittest
import unittest
from oeqa.sdk.case import OESDKTestCase
from oeqa.utils.subprocesstweak import errors_have_output