diff options
author | Ross Burton <ross.burton@arm.com> | 2024-05-20 10:18:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-22 10:21:26 +0100 |
commit | d2e7656f4f95f2198f637b32f110ef34f12360e7 (patch) | |
tree | 4d77ae8fa3308cec92eb9034b3aec72a4fdd1953 /meta/lib/oeqa/sdk/cases/autotools.py | |
parent | fd2714953d3f376d5ad7014ebd3d341d5d188ac4 (diff) | |
download | poky-d2e7656f4f95f2198f637b32f110ef34f12360e7.tar.gz |
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>
Diffstat (limited to 'meta/lib/oeqa/sdk/cases/autotools.py')
-rw-r--r-- | meta/lib/oeqa/sdk/cases/autotools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/autotools.py b/meta/lib/oeqa/sdk/cases/autotools.py index a711353791..848e9392ec 100644 --- a/meta/lib/oeqa/sdk/cases/autotools.py +++ b/meta/lib/oeqa/sdk/cases/autotools.py | |||
@@ -7,7 +7,6 @@ | |||
7 | import os | 7 | import os |
8 | import tempfile | 8 | import tempfile |
9 | import subprocess | 9 | import subprocess |
10 | import unittest | ||
11 | 10 | ||
12 | from oeqa.sdk.case import OESDKTestCase | 11 | from oeqa.sdk.case import OESDKTestCase |
13 | from oeqa.utils.subprocesstweak import errors_have_output | 12 | from oeqa.utils.subprocesstweak import errors_have_output |