1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +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
View File
@@ -7,7 +7,6 @@
import os
import tempfile
import subprocess
import unittest
from oeqa.sdk.case import OESDKTestCase
from oeqa.utils.subprocesstweak import errors_have_output
+1 -1
View File
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
import os, tempfile, subprocess, unittest
import os, tempfile, subprocess
from oeqa.sdk.case import OESDKTestCase
from oeqa.utils.subprocesstweak import errors_have_output
errors_have_output()
-1
View File
@@ -8,7 +8,6 @@ import os
import shutil
import unittest
from oeqa.core.utils.path import remove_safe
from oeqa.sdk.case import OESDKTestCase
from oeqa.utils.subprocesstweak import errors_have_output
+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
-1
View File
@@ -8,7 +8,6 @@ import os
import shutil
import unittest
from oeqa.core.utils.path import remove_safe
from oeqa.sdk.case import OESDKTestCase
from oeqa.utils.subprocesstweak import errors_have_output