diff options
| author | Ross Burton <ross@burtonini.com> | 2022-03-31 19:29:06 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-01 23:11:37 +0100 |
| commit | 668753b8ed620785a7bfd999d78b5c09c1186c73 (patch) | |
| tree | 0e3e51946a3357a358667cbf3fe076fbc11fa087 /meta/lib/oeqa/selftest/cases/sstatetests.py | |
| parent | f4205dcf3d9127bdf5d2441e5f8e7b32cbe91903 (diff) | |
| download | poky-668753b8ed620785a7bfd999d78b5c09c1186c73.tar.gz | |
oeqa/selftest: remove unused imports
(From OE-Core rev: 7ef7b03eeefc0a9911fd62c73e346fa5aeeb09eb)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/sstatetests.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/sstatetests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 3038b40021..4a32af902f 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py | |||
| @@ -8,8 +8,7 @@ import glob | |||
| 8 | import subprocess | 8 | import subprocess |
| 9 | import tempfile | 9 | import tempfile |
| 10 | 10 | ||
| 11 | from oeqa.selftest.case import OESelftestTestCase | 11 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer |
| 12 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_test_layer, create_temp_layer | ||
| 13 | from oeqa.selftest.cases.sstate import SStateBase | 12 | from oeqa.selftest.cases.sstate import SStateBase |
| 14 | import oe | 13 | import oe |
| 15 | 14 | ||
