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/rust.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/rust.py')
-rw-r--r-- | meta/lib/oeqa/sdk/cases/rust.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/rust.py b/meta/lib/oeqa/sdk/cases/rust.py index f5d437bb19..a54245851b 100644 --- a/meta/lib/oeqa/sdk/cases/rust.py +++ b/meta/lib/oeqa/sdk/cases/rust.py | |||
@@ -8,7 +8,6 @@ import os | |||
8 | import shutil | 8 | import shutil |
9 | import unittest | 9 | import unittest |
10 | 10 | ||
11 | from oeqa.core.utils.path import remove_safe | ||
12 | from oeqa.sdk.case import OESDKTestCase | 11 | from oeqa.sdk.case import OESDKTestCase |
13 | 12 | ||
14 | from oeqa.utils.subprocesstweak import errors_have_output | 13 | from oeqa.utils.subprocesstweak import errors_have_output |